]> 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:35:33 +0000 (21:35 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Oct 2013 18:35:33 +0000 (21:35 +0300)
commit499d82136dbe48680b9a90e7e5f4ed48eea7866a
treea2f04a321ecd80bcb4dcec709ee28b40a121e4a7
parent5b68d649920dd84515950a5a02ffdac4ec15c4a8
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.  Second invocation of close() on sunau writer now has no effects.
The aifc module now accepts lower case of names of the 'ulaw' and 'alaw'
codecs.
Lib/aifc.py
Lib/sunau.py
Lib/wave.py
Misc/NEWS