diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-03 21:43:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-03 21:43:03 (GMT) |
commit | e06a89655a460e7d6571ffea0b72aefef4c0a1cc (patch) | |
tree | cebcd54e56cedeba54a399e9abdc48eab401e4d5 /Misc | |
parent | 4c6a020a2d1a6d2bee1bbe4e426cbc8f7ca2cf9a (diff) | |
download | cpython-e06a89655a460e7d6571ffea0b72aefef4c0a1cc.zip cpython-e06a89655a460e7d6571ffea0b72aefef4c0a1cc.tar.gz cpython-e06a89655a460e7d6571ffea0b72aefef4c0a1cc.tar.bz2 |
Issue #18901: The sunau getparams method now returns a namedtuple rather than
a plain tuple. Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 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. |