summaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-19 02:52:36 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-19 02:52:36 +0000
commitf522aabc3ddc4a55513c75a39d0b11378ba8f41b (patch)
treecbbe2a9b592029a6e62931cd0b367777acbaa4a3 /DEVELOPING
parent0903870129174bb57c0ba33959373eb82f261054 (diff)
downloadportage-f522aabc3ddc4a55513c75a39d0b11378ba8f41b.tar.gz
portage-f522aabc3ddc4a55513c75a39d0b11378ba8f41b.tar.bz2
portage-f522aabc3ddc4a55513c75a39d0b11378ba8f41b.zip
In python-3.0, the UserDict.DictMixin class has been replaced by
Mapping and MutableMapping from the collections module, but 2to3 doesn't currently account for this change: http://bugs.python.org/issue2876 As a workaround for the above issue, implement Mapping and MutableMapping classes as substitutes for UserDict.DictMixin so that code converted via 2to3 will run. svn path=/main/trunk/; revision=12628
Diffstat (limited to 'DEVELOPING')
0 files changed, 0 insertions, 0 deletions