summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
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 /Doc/whatsnew/3.4.rst
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 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 218b822..427083a 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -365,6 +365,13 @@ Streaming struct unpacking using :func:`struct.iter_unpack`.
(Contributed by Antoine Pitrou in :issue:`17804`.)
+sunau
+-----
+
+The :meth:`~sunau.getparams` method now returns a namedtuple rather than a
+plain tuple. (Contributed by Claudiu Popa in :issue:`18901`.)
+
+
urllib
------