]> granicus.if.org Git - python/commit
Issue #18919: If the close() method of a writer in the sunau or wave module
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Oct 2013 18:36:10 +0000 (21:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Oct 2013 18:36:10 +0000 (21:36 +0300)
commite23b2d06c765998d457f97356d49e6ad71fd6684
tree0db1a671a50ff94a8d7c005f59b72aa2b8545fcf
parent5c01d99c12876263d8cc700a11cce9ad88994096
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.
Lib/sunau.py
Lib/wave.py
Misc/NEWS