public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r14970 - main/trunk/pym/portage
@ 2009-12-08 23:10 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-12-08 23:10 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-12-08 23:10:07 +0000 (Tue, 08 Dec 2009)
New Revision: 14970

Modified:
   main/trunk/pym/portage/output.py
Log:
Don't assign f to sys.stderr inside EOutput._write().


Modified: main/trunk/pym/portage/output.py
===================================================================
--- main/trunk/pym/portage/output.py	2009-12-08 21:38:56 UTC (rev 14969)
+++ main/trunk/pym/portage/output.py	2009-12-08 23:10:07 UTC (rev 14970)
@@ -492,7 +492,6 @@
 		# avoid potential UnicodeEncodeError
 		s = _unicode_encode(s,
 			encoding=_encodings['stdio'], errors='backslashreplace')
-		f = sys.stderr
 		if sys.hexversion >= 0x3000000:
 			f = f.buffer
 		f.write(s)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-08 23:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08 23:10 [gentoo-commits] portage r14970 - main/trunk/pym/portage Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox