From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:53:32 +0000 (+0000) Subject: gh-68400: Remove outdated 2.7 comment (#129919) X-Git-Tag: v3.14.0a5~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9bf3c16e53f04b600e42cd0ac560820e3522b57;p=thirdparty%2FPython%2Fcpython.git gh-68400: Remove outdated 2.7 comment (#129919) --- 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.