https://github.com/python/cpython/commit/dee4f2c2a286a396f1445c995453dfc0beafe5d3 commit: dee4f2c2a286a396f1445c995453dfc0beafe5d3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy <[email protected]> date: 2025-02-10T05:16:09Z summary:
[3.13] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129937) (cherry picked from commit d9bf3c16e53f04b600e42cd0ac560820e3522b57) Co-authored-by: Stan Ulbrych <[email protected]> files: M Lib/idlelib/__main__.py diff --git a/Lib/idlelib/__main__.py b/Lib/idlelib/__main__.py index 6349ec75c64e93..ec3915b265f665 100644 --- a/Lib/idlelib/__main__.py +++ b/Lib/idlelib/__main__.py @@ -5,4 +5,3 @@ """ import idlelib.pyshell idlelib.pyshell.main() -# This file does not work for 2.7; See issue 24212. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
