This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3.2
cpython
/
Tools
/
scripts
/
idle3
6 lines
96 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
install idle and pydoc with a 3 suffix #5756
2009-04-25 21:11:45 +00:00
#! /usr/bin/env python3
Put the main script for the new IDLE here.
2003-06-13 20:34:27 +00:00
from idlelib.PyShell import main
[Patch #1005491 ] use __name__ == '__main__' in scripts
2004-08-09 17:27:55 +00:00
if __name__ == '__main__':
main()
Reference in New Issue
Copy Permalink