From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:10:02 +0000 (+0100) Subject: [3.12] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129938) X-Git-Tag: v3.12.10~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=774458884b1e530d5ca0276671522c0dc4f4127e;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129938) (cherry picked from commit d9bf3c16e53f04b600e42cd0ac560820e3522b57) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/Lib/idlelib/__main__.py b/Lib/idlelib/__main__.py index 6349ec75c64e..ec3915b265f6 100644 --- a/Lib/idlelib/__main__.py +++ b/Lib/idlelib/__main__.py @@ -5,4 +5,3 @@ Run IDLE as python -m idlelib """ import idlelib.pyshell idlelib.pyshell.main() -# This file does not work for 2.7; See issue 24212.