https://github.com/python/cpython/commit/774458884b1e530d5ca0276671522c0dc4f4127e
commit: 774458884b1e530d5ca0276671522c0dc4f4127e
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-02-10T05:10:02Z
summary:

[3.12] gh-68400: Remove outdated 2.7 comment (GH-129919) (#129938)

(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]

Reply via email to