]> granicus.if.org Git - python/commit
Issue #17487: The result of the wave getparams method now is pickleable again.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Sep 2013 21:28:43 +0000 (00:28 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Sep 2013 21:28:43 +0000 (00:28 +0300)
commit4c6a020a2d1a6d2bee1bbe4e426cbc8f7ca2cf9a
treef4367eaa39d6987ba720e25143b057649e5953c0
parentc6171e49ab2aee5807bcb6c0f77d0de13a164a99
Issue #17487: The result of the wave getparams method now is pickleable again.
Patch by Claudiu Popa.
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS