Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: d5c59763adc85b1ed931465bb29fc451f19516b7 authored by Larry Hastings on 09 March 2014, 11:13:05 UTC
Version bump for 3.4.0rc3.
Tip revision: d5c5976
__main__.py
"""
IDLE main entry point

Run IDLE as python -m idlelib
"""


import idlelib.PyShell
idlelib.PyShell.main()
back to top