Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0b8a50

Browse files
committed
Issue #24212: Put reference in idle.__main__ to issue with explanation.
1 parent 5dbb40f commit a0b8a50

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/idlelib/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
Run IDLE as python -m idlelib
55
"""
6-
7-
86
import idlelib.PyShell
97
idlelib.PyShell.main()
8+
# This file does not work for 2.7; See issue 24212.

0 commit comments

Comments
 (0)