]> granicus.if.org Git - python/commit
Issue #7322: Trying to read from a socket's file-like object after a timeout
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 23:07:44 +0000 (23:07 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Feb 2011 23:07:44 +0000 (23:07 +0000)
commit68e5c044e898c474750baeaee3234be8e27b5607
treeca1deb15535e8a4b352b052406bc3e539db71836
parentfc1cf41911fcb91da0802ebc4e49e7f342f59e21
Issue #7322: Trying to read from a socket's file-like object after a timeout
occurred now raises an error instead of silently losing data.
Patch by Ross Lagerwall.
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS