Update Darwin to Python 3.5 (64bit)
This commit is contained in:
parent
1f23120cc3
commit
c8252cce16
2576 changed files with 138841 additions and 63771 deletions
8
Darwin/lib/python3.5/idlelib/__main__.py
Normal file
8
Darwin/lib/python3.5/idlelib/__main__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
IDLE main entry point
|
||||
|
||||
Run IDLE as python -m idlelib
|
||||
"""
|
||||
import idlelib.PyShell
|
||||
idlelib.PyShell.main()
|
||||
# This file does not work for 2.7; See issue 24212.
|
||||
Loading…
Add table
Add a link
Reference in a new issue