https://github.com/python/cpython/commit/790cdae5a0295586a55f00a57ed24a86b83928dc
commit: 790cdae5a0295586a55f00a57ed24a86b83928dc
branch: main
author: Stan Ulbrych <[email protected]>
committer: terryjreedy <[email protected]>
date: 2025-10-19T00:16:13-04:00
summary:

`Lib/idlelib/idle_test/__init__.py`: remove commented out duplicate code 
(#140259)

files:
M Lib/idlelib/idle_test/__init__.py

diff --git a/Lib/idlelib/idle_test/__init__.py 
b/Lib/idlelib/idle_test/__init__.py
index 79b5d102dd7da5..8eed2699c41211 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

_______________________________________________
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