summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 622851d..90638ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1183,6 +1183,9 @@ Documentation
Tests
-----
+- Issue #7449: Fix many tests to support Python compiled without thread
+ support. Patches written by Jerry Seutter.
+
- Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.