]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix ResourceWarning for an unclosed socket.
authorBrian Curtin <brian.curtin@gmail.com>
Sun, 31 Oct 2010 00:34:23 +0000 (00:34 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Sun, 31 Oct 2010 00:34:23 +0000 (00:34 +0000)
commit61d0d60e13d4abf0abe85462c648586d53959711
tree8f2fab997e4f2ce0765aeae06b67579eff11ddd6
parent076623bf0a2f50417059b736d8d378efa2059c95
Fix ResourceWarning for an unclosed socket.
test_return_header_keep_alive - Added a cleanup call for the socket.
Lib/test/test_httpservers.py