commit | d843c2d86f3256b9c00bc397ffd490ed0effb71d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 21:34:39 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Feb 25 21:34:39 2011 +0000 |
tree | a718012e8843850a1fe159bd52d286e1ce1cb11f | |
parent | 31c44031f8daa87afa84fcc1a8ab7f9fc695508d [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. ........