Staging
v0.8.1
Revision 4461d704e23a13dfbe78ea3020e4cbeff4b68dc2 authored by xdegaye on 03 May 2019, 15:09:17 UTC, committed by Miss Islington (bot) on 03 May 2019, 15:09:17 UTC


Those tests may fail with PermissionError.



https://bugs.python.org/issue36341
1 parent a8a79ca
Raw File
__main__.py
"""
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.
back to top