]> granicus.if.org Git - python/commit
Errors in "client" methods in test_socket were ignored because of a bogus except...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 23:34:13 +0000 (01:34 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 Jun 2012 23:34:13 +0000 (01:34 +0200)
commitb7eb563a2a69ba7182b8dc0634b53dc37b7d93a1
treee0a8450293237caa37e4d408576ebc380ef5e2a2
parentcbfb9a56e686c3734a7de75b3dd2fa5a36f41d25
Errors in "client" methods in test_socket were ignored because of a bogus except clause.
(this could reveal test failures!)
Lib/test/test_socket.py