summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-07-25 20:12:01 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-07-25 20:12:01 (GMT)
commit4d35e75ca069b51ffdac7b34dad4ffb77e72a598 (patch)
tree0b5cbaf639fc047ed4fd464371fcef2f8ccdcf13 /Doc/whatsnew/3.4.rst
parent840c310a2577459dd9f6ac9f5f9b136d7f4829f8 (diff)
downloadcpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.zip
cpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.tar.gz
cpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.tar.bz2
#17818: aifc.getparams now returns a namedtuple.
Patch by Claudiu Popa.
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-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 2b114f1..40b8243 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -173,6 +173,12 @@ be specified on the command line, and ``-f`` is a shorthand for ``-o
FAIL_FAST`` (to parallel the similar option supported by the :mod:`unittest`
CLI). (Contributed by R. David Murray in :issue:`11390`.)
+aifc
+----
+
+The :meth:`~aifc.getparams` method now returns a namedtuple rather than a
+plain tuple. (Contributed by Claudiu Popa in :issue:`17818`.)
+
functools
---------