]> granicus.if.org Git - python/commit
test_timeout: move testRecvfromTimeout() to a UDP-specific test case
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:41 +0000 (14:30 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 3 Jan 2011 14:30:41 +0000 (14:30 +0000)
commit5c85e3f390576e9ddcc2eaa714d54bf14e759f3a
treeb852c2a96dd7512dfb89ecfad2e6bfa03714248e
parent109761ba076842a9ab4343f083d46658829067b9
test_timeout: move testRecvfromTimeout() to a UDP-specific test case

Fix a ResourceWarning(unclosed socket).
Lib/test/test_timeout.py