https://github.com/python/cpython/commit/d9bf3c16e53f04b600e42cd0ac560820e3522b57
commit: d9bf3c16e53f04b600e42cd0ac560820e3522b57
branch: main
author: Stan Ulbrych <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-02-09T23:53:32-05:00
summary:

gh-68400: Remove outdated 2.7 comment (#129919)

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