From 9b769885e106d814ad4b3efdaa09905bbea1e03b Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:53:32 +0000 Subject: [PATCH] gh-68400: Remove outdated 2.7 comment (GH-129919) (cherry picked from commit d9bf3c16e53f04b600e42cd0ac560820e3522b57) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- Lib/idlelib/__main__.py | 1 - 1 file changed, 1 deletion(-) 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.