summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2011-02-22 03:14:12 +0000
committerBrett Cannon <bcannon@gmail.com>2011-02-22 03:14:12 +0000
commite5581d298b77e059d0a1de659484b7697164ef8c (patch)
treea126e3c4531c81e115eada1fe8376e2737e022a1 /Misc
parent962795543b63750027d4348b64d594dffeb08c64 (diff)
downloadcpython-e5581d298b77e059d0a1de659484b7697164ef8c.tar.gz
Issue #10512: close the log file in cgi when running tests.
Thanks to Nadeem Vawda for the find and an initial fix.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bcfeb4a2cd..25cad9ef3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ Build
Tests
-----
+- Issue #10512: Properly close sockets under test.test_cgi.
+
- Issue #10992: Make tests pass under coverage.
- Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due