summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7064460..da1e365 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,7 +109,7 @@ Tests
import, converting from test_main to unittest.main, and running the
_testcapi module tests within a unittest TestCase.
-- Issue #18702: All skipped tests now reported as skipped.
+- Issue #18702, 19572: All skipped tests now reported as skipped.
- Issue #19085: Added basic tests for all tkinter widget options.