diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-02-22 03:14:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-02-22 03:14:12 (GMT) |
commit | eeb114b028f7aef886e0b1b514d58aac9d26bc8c (patch) | |
tree | 20cd4624eae82cb746a767894f950f14eb73afe1 /Misc | |
parent | 7a54073a566080f3d7c10871f6ce244c9fc1221b (diff) | |
download | cpython-eeb114b028f7aef886e0b1b514d58aac9d26bc8c.zip cpython-eeb114b028f7aef886e0b1b514d58aac9d26bc8c.tar.gz cpython-eeb114b028f7aef886e0b1b514d58aac9d26bc8c.tar.bz2 |
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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |