Remove python-2.6 StringIO.StringIO fallback.
authorZac Medico <zmedico@gentoo.org>
Tue, 12 Jul 2011 08:41:09 +0000 (01:41 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Jul 2011 08:41:09 +0000 (01:41 -0700)
commit5df96179611ce0e98727945b1800b43daccedfc2
treee60d86543cf61b8f8fa93858c4068b2305a6769b
parent428053ee44e4a14b3c74dc8e541bcb062b31a799
Remove python-2.6 StringIO.StringIO fallback.

Since the io module in python-2.6 was broken when threading was
disabled, we needed to fall back from io.StringIO to StringIO.StringIO
in this case (typically just for Gentoo's stage1 and stage2 tarballs).
Now that python-2.7 is stable in stages and we rely on io.open() being
available, we can also rely on io.StringIO being available.
12 files changed:
bin/repoman
pym/_emerge/AbstractEbuildProcess.py
pym/_emerge/BinpkgVerifier.py
pym/_emerge/EbuildFetcher.py
pym/_emerge/EbuildPhase.py
pym/_emerge/JobStatusDisplay.py
pym/_emerge/Scheduler.py
pym/portage/__init__.py
pym/portage/dbapi/_MergeProcess.py
pym/portage/dbapi/vartree.py
pym/portage/package/ebuild/_ipc/QueryCommand.py
pym/portage/util/__init__.py