]> 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:41:34 +0000 (01:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Apr 2012 23:41:34 +0000 (01:41 +0200)
commitb5588c3f94b351c7c57fd7d26a305200b5a6c45f
treed3db69f59b4fd9d428796dace9777f5af901f211
parent467a5c406728be2c9897013411a2dc649b2db01f
Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError.
Lib/SocketServer.py
Lib/test/test_socketserver.py