mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Issue #18901: The sunau getparams method now returns a namedtuple rather than
a plain tuple. Patch by Claudiu Popa.
This commit is contained in:
parent
4c6a020a2d
commit
e06a89655a
5 changed files with 47 additions and 9 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue