Issue #24212: Put reference in idle.__main__ to issue with explanation.

This commit is contained in:
Terry Jan Reedy 2015-05-16 18:31:15 -04:00
parent 5dbb40ff17
commit a0b8a508c9
1 changed files with 1 additions and 2 deletions

View File

@ -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.