Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists so...
authorZac Medico <zmedico@gentoo.org>
Thu, 7 Jun 2007 14:47:39 +0000 (14:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 7 Jun 2007 14:47:39 +0000 (14:47 -0000)
commit42c29e4246af51f221c7030c443771be6ca45d2f
tree80f180e882529d8942587dbbddf1a7c5b2f0eed8
parent407c6e13d75246e9bf9646eac0f911cc1c3c0a5c
Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists so that cached values can be safely returned without cloning them first.  Thanks to Brian Harring for the suggestion.

svn path=/main/trunk/; revision=6749
pym/emerge/__init__.py
pym/portage/versions.py