| commit | a935e8ffc67bc68092ee30f67e066efaca984a4e | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jan 03 14:30:44 2011 +0000 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jan 03 14:30:44 2011 +0000 |
| tree | ea62425873ba12951d5db694cc07b8e4373465a6 | |
| parent | 270fe408319ad575092efca0dcdebab9ecdba70c [diff] |
test_xmlrpc: close the transport when done Fix a ResourceWarning(unclosed socket). Patch written by Nadeem Vawda.