diff options
author | Raymond Hettinger <python@rcn.com> | 2008-02-04 22:07:15 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-02-04 22:07:15 (GMT) |
commit | edf3b734c05b754f03e36c1eb69bfc7343b8a150 (patch) | |
tree | 1bbfa338b8b264a123476aa5a8a454367dd013b7 /Misc | |
parent | d190f9c45e07caa77f8f79ac34560d41271a7c7b (diff) | |
download | cpython-edf3b734c05b754f03e36c1eb69bfc7343b8a150.zip cpython-edf3b734c05b754f03e36c1eb69bfc7343b8a150.tar.gz cpython-edf3b734c05b754f03e36c1eb69bfc7343b8a150.tar.bz2 |
Remove DictMixin which is superceded by collections.MutableMapping
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ Extension Modules Library ------- +- Removed UserDict.DictMixin. Replaced all its uses with collections.MutableMapping. + - Issue #1703: getpass() should flush after writing prompt. - Issue #1585: IDLE uses non-existent xrange() function. |