Create a SlotDict constructor which can take an optional positional arg that
authorZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 05:34:07 +0000 (05:34 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 28 Jul 2008 05:34:07 +0000 (05:34 -0000)
commitcde46b372b6fa08174714f3b3443767528d3cd9c
tree1450f96b8db23ef38654fd759b098e73b24742e8
parent1033d4f65b7a126576bb6edf1b4a2a4c0f4f9471
Create a SlotDict constructor which can take an optional positional arg that
is passed to the update() method (similar to the dict constructor), and also
pass keyword arguments into the update() method if any are given. This makes
it possible to use the constructor similarly to the way that the
_emerge.SlotObject constructor is used.

svn path=/main/trunk/; revision=11230
pym/portage/cache/mappings.py