summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-03 21:43:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-03 21:43:03 (GMT)
commite06a89655a460e7d6571ffea0b72aefef4c0a1cc (patch)
treecebcd54e56cedeba54a399e9abdc48eab401e4d5 /Misc
parent4c6a020a2d1a6d2bee1bbe4e426cbc8f7ca2cf9a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 328f3fe..9539d62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.