From 44360babdedd02dbe1ed704af85ff38c4920c6a6 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:02:46 +0000 Subject: [PATCH] Remove outdated comment --- 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.