Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a54073 commit eeb114bCopy full SHA for eeb114b
2 files changed
Lib/test/test_cgi.py
@@ -155,6 +155,7 @@ def test_log(self):
155
cgi.logfp = None
156
cgi.logfile = "/dev/null"
157
cgi.initlog("%s", "Testing log 3")
158
+ self.addCleanup(cgi.logfp.close)
159
cgi.log("Testing log 4")
160
161
def test_fieldstorage_readline(self):
Misc/NEWS
@@ -54,6 +54,8 @@ Build
54
Tests
55
-----
56
57
+- Issue #10512: Properly close sockets under test.test_cgi.
58
+
59
- Issue #10992: Make tests pass under coverage.
60
61
- Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
0 commit comments