Make ExtendedAtomDict inherit from MutableMapping, and fix __getitem__
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Jul 2010 05:08:52 +0000 (22:08 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Jul 2010 05:08:52 +0000 (22:08 -0700)
commitd0e0abf9314bf0e2baa6b11a152751a2231fcd5e
tree1a947c295e9e1e2862a692fd9d610d46654bb5ea
parent0faca588d881865be6eafc9b6401124bb927bee5
Make ExtendedAtomDict inherit from MutableMapping, and fix __getitem__
to raise KeyError if given a non-string argument.
pym/portage/dep/__init__.py