Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbb40f commit a0b8a50Copy full SHA for a0b8a50
1 file changed
Lib/idlelib/__main__.py
@@ -3,7 +3,6 @@
3
4
Run IDLE as python -m idlelib
5
"""
6
-
7
8
import idlelib.PyShell
9
idlelib.PyShell.main()
+# This file does not work for 2.7; See issue 24212.
0 commit comments