Issue #18901: The sunau getparams method now returns a namedtuple rather than

a plain tuple.  Patch by Claudiu Popa.
This commit is contained in:
Serhiy Storchaka 2013-09-04 00:43:03 +03:00
parent 4c6a020a2d
commit e06a89655a
5 changed files with 47 additions and 9 deletions

View file

@ -54,6 +54,9 @@ Core and Builtins
Library
-------
- Issue #18901: The sunau getparams method now returns a namedtuple rather than
a plain tuple. Patch by Claudiu Popa.
- Issue #17487: The result of the wave getparams method now is pickleable again.
Patch by Claudiu Popa.