diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-14 18:35:04 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-14 18:35:04 (GMT) |
commit | 84d28b4ee5983bcb048323a0e56ea4c5498a0652 (patch) | |
tree | 95fdd650d031350b1dc3723764a46a12eb917059 /Misc | |
parent | 5da107ac7261d8359cd6e1a9a8e57f85176d1180 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |