commit | 6439c00a6dc1a079f7af0d8a44852fa75ece52a6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 21:35:47 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 21:35:47 2011 +0000 |
tree | cb0bd75db802878c9f6ba0524d84938bc2062113 | |
parent | 5217d3f9ca3ee5357f9dd9c47cfba04a00596c4a [diff] |
Merged revisions 88610 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88610 | antoine.pitrou | 2011-02-25 22:24:11 +0100 (ven., 25 févr. 2011) | 4 lines Issue #10956: Buffered I/O classes retry reading or writing after a signal has arrived and the handler returned successfully. ........