From: Terry Jan Reedy Date: Sat, 16 May 2015 22:31:15 +0000 (-0400) Subject: Issue #24212: Put reference in idle.__main__ to issue with explanation. X-Git-Tag: v3.5.0b1~100^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0b8a508c9ae00c1b9f93b9b0a480fa3d2c5ee97;p=thirdparty%2FPython%2Fcpython.git Issue #24212: Put reference in idle.__main__ to issue with explanation. --- diff --git a/Lib/idlelib/__main__.py b/Lib/idlelib/__main__.py index 0666f2fd1b36..2edf5f7dc142 100644 --- a/Lib/idlelib/__main__.py +++ b/Lib/idlelib/__main__.py @@ -3,7 +3,6 @@ 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.