When temporarily replacing the sys.std* streams, use the normal open() func
authorZac Medico <zmedico@gentoo.org>
Tue, 8 Dec 2009 23:47:38 +0000 (23:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 8 Dec 2009 23:47:38 +0000 (23:47 -0000)
commit27783e3125348e8cd147c438b534c246eedf38c2
treeeb76deedd294ed116a15f27cd1e4a233084e587e
parent86af54e282c4a1a7161448a1d4ae5f885225f596
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).

svn path=/main/trunk/; revision=14971
pym/_emerge/BinpkgVerifier.py