From 813cbbb88481e1555865477b55a1c9094deb7ad7 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 23 May 2023 04:32:43 +0200 Subject: [PATCH] Remove outdated test_sundry.py comment --- Lib/test/test_tools/test_sundry.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/test/test_tools/test_sundry.py b/Lib/test/test_tools/test_sundry.py index c257d8bcee8661..2f8ba272164d32 100644 --- a/Lib/test/test_tools/test_sundry.py +++ b/Lib/test/test_tools/test_sundry.py @@ -14,9 +14,6 @@ skip_if_missing() class TestSundryScripts(unittest.TestCase): - # At least make sure the rest don't have syntax errors. When tests are - # added for a script it should be added to the allowlist below. - # import logging registers "atfork" functions which keep indirectly the # logging module dictionary alive. Mock the function to be able to unload # cleanly the logging module.