]> granicus.if.org Git - python/commit
Fix the damage to UserDict and its tests.
authorGuido van Rossum <guido@python.org>
Thu, 15 Feb 2007 03:49:08 +0000 (03:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 15 Feb 2007 03:49:08 +0000 (03:49 +0000)
commitd81206d1526f869645bca83193da5ddfefaf4936
treebc4d810d4928cb8a96bbea2898248c9d21c74a61
parente34cdd1bc157f8e166d3693551445ae882f9fe7c
Fix the damage to UserDict and its tests.
Clearly this is not the right way to fix this; UserDict and MixinDict
ought to be redesigned with the new dict API in mind.  But I'm not
claiming to be in charge of library redesign, I only want zero failing
tests.
Lib/UserDict.py
Lib/test/mapping_tests.py
Lib/test/test_userdict.py