summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-08-21 19:09:32 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-08-21 19:09:32 (GMT)
commitb46b9d59ef1e2433b00c6d3fee077e57644c84bb (patch)
tree2dfd270e8dd0669abfb2b0e87de3e12a63971000 /Misc/NEWS
parent522180a60bf4ae10615c0acd3a9906d42538768c (diff)
downloadcpython-b46b9d59ef1e2433b00c6d3fee077e57644c84bb.zip
cpython-b46b9d59ef1e2433b00c6d3fee077e57644c84bb.tar.gz
cpython-b46b9d59ef1e2433b00c6d3fee077e57644c84bb.tar.bz2
Issue #9617: Signals received during a low-level write operation aren't
ignored by the buffered IO layer anymore.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 019cd4b..056c05d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,9 @@ Extensions
Library
-------
+- Issue #9617: Signals received during a low-level write operation aren't
+ ignored by the buffered IO layer anymore.
+
- Issue #843590: Make "macintosh" an alias to the "mac_roman" encoding.
- Create os.fsdecode(): decode from the filesystem encoding with