update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
8
lib/python3.7/idlelib/__main__.py
Normal file
8
lib/python3.7/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