summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-04-27 21:46:03 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-04-27 21:46:03 (GMT)
commitd9d147b8060970bca0e8ebb4ee4ba210558d5c28 (patch)
tree7ebae5eedc9c1901762a962c53393f4cb0ddc20e /Misc/NEWS
parentae9f8bd2f99a0494f945d883bb1fb9d6638c4a24 (diff)
downloadcpython-d9d147b8060970bca0e8ebb4ee4ba210558d5c28.zip
cpython-d9d147b8060970bca0e8ebb4ee4ba210558d5c28.tar.gz
cpython-d9d147b8060970bca0e8ebb4ee4ba210558d5c28.tar.bz2
Issue #7449, part 1: fix test_support.py for Python compiled without thread
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 de05472..7ba33ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Extension Modules
Tests
-----
+- Issue #7449: Fix many tests to support Python compiled without thread support
+
- Issue #8108: test_ftplib's non-blocking SSL server now has proper handling
of SSL shutdowns.