]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-68400: Remove outdated 2.7 comment (#129919)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 10 Feb 2025 04:53:32 +0000 (04:53 +0000)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2025 04:53:32 +0000 (23:53 -0500)
Lib/idlelib/__main__.py

index 6349ec75c64e9325de5e4bec40ec3f1f46db38cc..ec3915b265f665eaa7b8ae27eb8b2cbdac767693 100644 (file)
@@ -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.