summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-14 18:35:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-14 18:35:04 (GMT)
commit84d28b4ee5983bcb048323a0e56ea4c5498a0652 (patch)
tree95fdd650d031350b1dc3723764a46a12eb917059 /Misc
parent5da107ac7261d8359cd6e1a9a8e57f85176d1180 (diff)
downloadcpython-84d28b4ee5983bcb048323a0e56ea4c5498a0652.zip
cpython-84d28b4ee5983bcb048323a0e56ea4c5498a0652.tar.gz
cpython-84d28b4ee5983bcb048323a0e56ea4c5498a0652.tar.bz2
Issue #19623: Fixed writing to unseekable files in the aifc module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b5f1ece..462d649 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Core and Builtins
Library
-------
+- Issue #19623: Fixed writing to unseekable files in the aifc module.
+
- Issue #17919: select.poll.register() again works with poll.POLLNVAL on AIX.
Fixed integer overflow in the eventmask parameter.