cpython: 44fc6db34b69 (original) (raw)

Mercurial > cpython

changeset 96106:44fc6db34b69 3.4

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

Terry Jan Reedy tjreedy@udel.edu
date Sat, 16 May 2015 18:31:15 -0400
parents 955dffec3d94
children 92307870268d c862166060ed
files Lib/idlelib/__main__.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Lib/idlelib/__main__.py 3

line wrap: on

line diff

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