]> granicus.if.org Git - python/commit
test_xmlrpc: close the transport when done
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:44 +0000 (14:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:44 +0000 (14:30 +0000)
commita935e8ffc67bc68092ee30f67e066efaca984a4e
treeea62425873ba12951d5db694cc07b8e4373465a6
parent270fe408319ad575092efca0dcdebab9ecdba70c
test_xmlrpc: close the transport when done

Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.
Lib/test/test_xmlrpc.py