summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 434a443..34fd512 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -260,6 +260,8 @@ Tools/Demos
Tests
-----
+- Issue #9628: fix runtests.sh -x option so more than one test can be excluded.
+
- Issue #9899: Fix test_tkinter.test_font on various platforms. Patch by
Ned Deily.