Handle encoding/decoding of unicode when using the xpak api.
authorZac Medico <zmedico@gentoo.org>
Tue, 29 Sep 2009 06:04:42 +0000 (06:04 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 29 Sep 2009 06:04:42 +0000 (06:04 -0000)
commit475592e20e43ebdb7f29e9fd23e5ccda98ded5d4
tree38124bdc60cbd8ed7a8e9efb81ec35c155dda5db
parent199f9705b1a94a6e0ca419405482416e2e097597
Handle encoding/decoding of unicode when using the xpak api.
Use tbz2.get_data() instead of tbz2.getfile() when reading multiple values,
in order to avoid multiple tbz2.scan() and searchindex() calls.

svn path=/main/trunk/; revision=14461
pym/_emerge/Binpkg.py
pym/portage/__init__.py
pym/portage/dbapi/bintree.py