When temporarily replacing the sys.std* streams, use the normal open() func
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:04:07 +0000 (01:04 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Dec 2009 01:04:07 +0000 (01:04 -0000)
commit1494ff9dd191823015dfe03b38255dbb71c1bdeb
treef4fbe520c6769ebb1a6dc6d9518570f87d2f8849
parent067ddb05396ba7e288e0acfa4e9631d55bfcc691
When temporarily replacing the sys.std* streams, use the normal open() func
in python3 so that we get the right class (otherwise our code that expects
the 'buffer' attribute will break). (trunk r14971)

svn path=/main/branches/2.1.7/; revision=15005
pym/_emerge/BinpkgVerifier.py