Avoid using the wrapped os.read(), in order to avoid differing behavior
authorZac Medico <zmedico@gentoo.org>
Tue, 11 Aug 2009 07:03:04 +0000 (07:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 11 Aug 2009 07:03:04 +0000 (07:03 -0000)
commita7d784dcf8a160424dbd4d1a60622d384789c492
tree46c66029f8b9be77f1a81dbd9924ca1ffe0bbedf
parent01833ee25f0af4e4d74f2e2969a7786306f8ae21
Avoid using the wrapped os.read(), in order to avoid differing behavior
between python-2.x (with wrapper) and py3k (without wrapper). This sort
of mismatch only applies to os functions that return raw bytes under py3k,
rather than unicode.

svn path=/main/trunk/; revision=13992
pym/portage/__init__.py