]> granicus.if.org Git - python/commit
Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 23:37:19 +0000 (01:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 23:37:19 +0000 (01:37 +0200)
commitc0aa9eeb90204b8a67a610180c003c182d1691aa
tree4f02fd5d9c3ecdc1ca9ee2e0c3e7231236a6d0ec
parentf18d6f3f443bdfe3f349b2f49231a3c08a5b2d3f
Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError.
Lib/socketserver.py
Lib/test/test_socketserver.py