diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 21:34:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-02-25 21:34:39 (GMT) |
commit | d843c2d86f3256b9c00bc397ffd490ed0effb71d (patch) | |
tree | a718012e8843850a1fe159bd52d286e1ce1cb11f /Misc | |
parent | 31c44031f8daa87afa84fcc1a8ab7f9fc695508d (diff) | |
download | cpython-d843c2d86f3256b9c00bc397ffd490ed0effb71d.zip cpython-d843c2d86f3256b9c00bc397ffd490ed0effb71d.tar.gz cpython-d843c2d86f3256b9c00bc397ffd490ed0effb71d.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #10956: Buffered I/O classes retry reading or writing after a signal + has arrived and the handler returned successfully. + - Issue #11224: Fixed a regression in tarfile that affected the file-like objects returned by TarFile.extractfile() regarding performance, memory consumption and failures with the stream interface. |