diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 18:36:10 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 18:36:10 (GMT) |
commit | e23b2d06c765998d457f97356d49e6ad71fd6684 (patch) | |
tree | 0db1a671a50ff94a8d7c005f59b72aa2b8545fcf /Misc/NEWS | |
parent | 5c01d99c12876263d8cc700a11cce9ad88994096 (diff) | |
download | cpython-e23b2d06c765998d457f97356d49e6ad71fd6684.zip cpython-e23b2d06c765998d457f97356d49e6ad71fd6684.tar.gz cpython-e23b2d06c765998d457f97356d49e6ad71fd6684.tar.bz2 |
Issue #18919: If the close() method of a writer in the sunau or wave module
failed, second invocation of close() and destructor no more raise an
exception.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -76,6 +76,10 @@ Core and Builtins Library ------- +- Issue #18919: If the close() method of a writer in the sunau or wave module + failed, second invocation of close() and destructor no more raise an + exception. + - Issue #19131: The aifc module now correctly reads and writes sampwidth of compressed streams. |