diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-10 16:31:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-10 16:31:43 (GMT) |
commit | 671cd3290bb046060c8173b5c8294e35fd02ca3d (patch) | |
tree | c38b9878549a936519f590f76001eea5fcc881be /Misc | |
parent | 3f5ffbee2323770399c9e80cf9c807dc21b3e009 (diff) | |
download | cpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.zip cpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.tar.gz cpython-671cd3290bb046060c8173b5c8294e35fd02ca3d.tar.bz2 |
#17487: wave.getparams now returns a namedtuple.
Patch by Claudiu Popa.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #17487: The wave getparams method now returns a namedtuple rather than + a plain tuple. + - Issue #17675: socket repr() provides local and remote addresses (if any). Patch by Giampaolo Rodola' |