commit | 68e5c044e898c474750baeaee3234be8e27b5607 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 23:07:44 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 23:07:44 2011 +0000 |
tree | ca1deb15535e8a4b352b052406bc3e539db71836 | |
parent | fc1cf41911fcb91da0802ebc4e49e7f342f59e21 [diff] |
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.