This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients brett.cannon, eli.bendersky, ezio.melotti, giampaolo.rodola, ncoghlan, pitrou, python-dev, r.david.murray, sandro.tosi
Date 2011-07-23.06:26:22
SpamBayes Score 8.7932516e-05
Marked as misclassified No
Message-id <1311402382.88.0.734064136354.issue11049@psf.upfronthosting.co.za>
In-reply-to
Content
Several buildbot are failing after the commit:

======================================================================
FAIL: test_get_original_stdout (test.test_support.TestSupport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_support.py", line 34, in test_get_original_stdout
    self.assertEqual(support.get_original_stdout(), sys.stdout)
AssertionError: <_io.TextIOWrapper name=1 mode='w' encoding='ANSI_X3.4-1968'> != <_io.StringIO object at 0xb715b46c>

----------------------------------------------------------------------
History
Date User Action Args
2011-07-23 06:26:22ezio.melottisetrecipients: + ezio.melotti, brett.cannon, ncoghlan, pitrou, giampaolo.rodola, r.david.murray, eli.bendersky, sandro.tosi, python-dev
2011-07-23 06:26:22ezio.melottisetmessageid: <1311402382.88.0.734064136354.issue11049@psf.upfronthosting.co.za>
2011-07-23 06:26:22ezio.melottilinkissue11049 messages
2011-07-23 06:26:22ezio.melotticreate