diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-05 19:55:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-11-05 19:55:02 (GMT) |
commit | 6b1167c61cb3e1e05b4b310fa9c9cddff93afa27 (patch) | |
tree | 99065a8c301d23274ce8883bc4e2dc479dfe6613 /Misc | |
parent | 51c9b5152aca58066b7f35a9c6c419cadf270b6c (diff) | |
download | cpython-6b1167c61cb3e1e05b4b310fa9c9cddff93afa27.zip cpython-6b1167c61cb3e1e05b4b310fa9c9cddff93afa27.tar.gz cpython-6b1167c61cb3e1e05b4b310fa9c9cddff93afa27.tar.bz2 |
Merged revisions 86214 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86214 | antoine.pitrou | 2010-11-05 20:47:27 +0100 (ven., 05 nov. 2010) | 4 lines
Issue #10311: The signal module now restores errno before returning from
its low-level signal handler. Patch by Hallvard B Furuseth.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -268,6 +268,7 @@ Peter Funk Geoff Furnish Ulisses Furquim Hagen Fürstenau +Hallvard B Furuseth Achim Gaedke Martin von Gagern Lele Gaifax @@ -69,6 +69,9 @@ Core and Builtins Library ------- +- Issue #10311: The signal module now restores errno before returning from + its low-level signal handler. Patch by Hallvard B Furuseth. + - Issue #10038: json.loads() on str should always return unicode (regression from Python 2.6). Patch by Walter Dörwald. |