summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 054bb3d..f764d12 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,10 @@ Extension Modules
Tests
-----
+- Issue #7924: Fix an intermittent 'XXX undetected error' failure in
+ test_capi (only seen so far on platforms where the curses module
+ wasn't built), due to an uncleared exception.
+
- issue #7728: test_timeout was changed to use test_support.bind_port
instead of a hard coded port.