summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-04-10 16:31:43 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-04-10 16:31:43 (GMT)
commit671cd3290bb046060c8173b5c8294e35fd02ca3d (patch)
treec38b9878549a936519f590f76001eea5fcc881be /Doc/whatsnew
parent3f5ffbee2323770399c9e80cf9c807dc21b3e009 (diff)
downloadcpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.zip
cpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.tar.gz
cpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.tar.bz2
#17487: wave.getparams now returns a namedtuple.
Patch by Claudiu Popa.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index a2701a2..75ac8ba 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -157,6 +157,12 @@ doctest
Added ``FAIL_FAST`` flag to halt test running as soon as the first failure is
detected. (Contributed by R. David Murray and Daniel Urban in :issue:`16522`.)
+wave
+----
+
+The :meth:`~wave.getparams` method now returns a namedtuple rather than a
+plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.)
+
Optimizations
=============