From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Sun, 19 Oct 2025 04:16:13 +0000 (+0100) Subject: `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (#140259) X-Git-Tag: v3.15.0a2~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790cdae5a0295586a55f00a57ed24a86b83928dc;p=thirdparty%2FPython%2Fcpython.git `Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code (#140259) --- diff --git a/Lib/idlelib/idle_test/__init__.py b/Lib/idlelib/idle_test/__init__.py index 79b5d102dd7d..8eed2699c412 100644 --- a/Lib/idlelib/idle_test/__init__.py +++ b/Lib/idlelib/idle_test/__init__.py @@ -20,8 +20,4 @@ def load_tests(loader, standard_tests, pattern): pattern='test_*.py', # Insert here. top_level_dir=top_dir) standard_tests.addTests(module_tests) -## module_tests = loader.discover(start_dir=this_dir, -## pattern='test_*.py', # Insert here. -## top_level_dir=top_dir) -## standard_tests.addTests(module_tests) return standard_tests