diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-23 15:50:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-02-23 15:50:07 (GMT) |
commit | f0b5a7c0f646d74265f1977154c829c8df79f76c (patch) | |
tree | e8eba8a0adfa380b11c6a1a80296ee0081c4caf3 /Misc | |
parent | 32f30a8d9b84009910ae541f8ac23bfa9b64af6a (diff) | |
download | cpython-f0b5a7c0f646d74265f1977154c829c8df79f76c.zip cpython-f0b5a7c0f646d74265f1977154c829c8df79f76c.tar.gz cpython-f0b5a7c0f646d74265f1977154c829c8df79f76c.tar.bz2 |
Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -585,6 +585,7 @@ Aaron Iles Lars Immisch Bobby Impollonia Meador Inge +Peter Ingebretson Tony Ingraldi John Interrante Bob Ippolito @@ -5,6 +5,12 @@ Python News What's New in Python 3.4.1? =========================== +Core and Builtins +----------------- + +- Issue #20637: Key-sharing now also works for instance dictionaries of + subclasses. Patch by Peter Ingebretson. + Library ------- |