diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-21 19:17:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-21 19:17:57 (GMT) |
commit | 16b11de04ef800854a80c6bdcbe999a63fa85b80 (patch) | |
tree | 9761cbabeb21b705b4c50e48d3695eb9f5f2f7bc /Misc | |
parent | 8dcc96c9cc337d8a9be22c49cd78de3646797287 (diff) | |
download | cpython-16b11de04ef800854a80c6bdcbe999a63fa85b80.zip cpython-16b11de04ef800854a80c6bdcbe999a63fa85b80.tar.gz cpython-16b11de04ef800854a80c6bdcbe999a63fa85b80.tar.bz2 |
Merged revisions 84239 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84239 | antoine.pitrou | 2010-08-21 21:09:32 +0200 (sam., 21 août 2010) | 4 lines
Issue #9617: Signals received during a low-level write operation aren't
ignored by the buffered IO layer anymore.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ C-API Library ------- +- Issue #9617: Signals received during a low-level write operation aren't + ignored by the buffered IO layer anymore. + - Issue #9605: posix.getlogin() decodes the username with file filesystem encoding and surrogateescape error handler. Patch written by David Watson. |