]> granicus.if.org Git - python/commit
#17616: wave.open now supports the 'with' statement.
authorR David Murray <rdmurray@bitdance.com>
Wed, 31 Jul 2013 17:46:08 +0000 (13:46 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 31 Jul 2013 17:46:08 +0000 (13:46 -0400)
commitc91d5eea106d191e931f953bdbdb1db25e051767
tree4ddd0a8c329fc2fb9cc8a78900704829b889a303
parent0ce642ebca5f4d0e1b6875b845ad0eb8cb76bbb4
#17616: wave.open now supports the 'with' statement.

Feature and tests by ClClaudiu.Popa, I added the doc changes.
Doc/library/aifc.rst
Doc/library/wave.rst
Doc/whatsnew/3.4.rst
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS