mirror of https://github.com/python/cpython.git
Issue #24212: Put reference in idle.__main__ to issue with explanation.
This commit is contained in:
parent
5dbb40ff17
commit
a0b8a508c9
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
Run IDLE as python -m idlelib
|
Run IDLE as python -m idlelib
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
import idlelib.PyShell
|
import idlelib.PyShell
|
||||||
idlelib.PyShell.main()
|
idlelib.PyShell.main()
|
||||||
|
# This file does not work for 2.7; See issue 24212.
|
||||||
|
|
Loading…
Reference in New Issue