This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
e56d54e447
cpython
/
Tools
/
scripts
/
idle3
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
install idle and pydoc with a 3 suffix #5756
2009-04-25 18:11:45 -03:00
#! /usr/bin/env python3
Put the main script for the new IDLE here.
2003-06-13 17:34:27 -03:00
Issue #24225: Fix additional renamed module references.
2016-06-03 21:50:44 -03:00
from idlelib.pyshell import main
[Patch #1005491 ] use __name__ == '__main__' in scripts
2004-08-09 14:27:55 -03:00
if __name__ == '__main__':
main()