]> granicus.if.org Git - python/commit
#17487: wave.getparams now returns a namedtuple.
authorR David Murray <rdmurray@bitdance.com>
Wed, 10 Apr 2013 16:31:43 +0000 (12:31 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 10 Apr 2013 16:31:43 +0000 (12:31 -0400)
commit671cd3290bb046060c8173b5c8294e35fd02ca3d
treec38b9878549a936519f590f76001eea5fcc881be
parent3f5ffbee2323770399c9e80cf9c807dc21b3e009
#17487: wave.getparams now returns a namedtuple.

Patch by Claudiu Popa.
Doc/library/wave.rst
Doc/whatsnew/3.4.rst
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS