diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-07-25 20:12:01 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-07-25 20:12:01 (GMT) |
commit | 4d35e75ca069b51ffdac7b34dad4ffb77e72a598 (patch) | |
tree | 0b5cbaf639fc047ed4fd464371fcef2f8ccdcf13 /Misc | |
parent | 840c310a2577459dd9f6ac9f5f9b136d7f4829f8 (diff) | |
download | cpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.zip cpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.tar.gz cpython-4d35e75ca069b51ffdac7b34dad4ffb77e72a598.tar.bz2 |
#17818: aifc.getparams now returns a namedtuple.
Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -166,6 +166,8 @@ Core and Builtins Library ------- +- Issue #17818: aifc.getparams now returns a namedtuple. + - Issue #18549: Eliminate dead code in socket_ntohl() - Issue #18530: Remove additional stat call from posixpath.ismount. |