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 vstinner
Recipients gvanrossum, pitrou, vstinner
Date 2014-02-01.03:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391224819.03.0.550911452449.issue20472@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7801/steps/test/logs/stdio

======================================================================
FAIL: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_asyncio/test_events.py", line 1105, in test_write_pty
    self.assertEqual(b'1', data)
AssertionError: b'1' != b''
History
Date User Action Args
2014-02-01 03:20:19vstinnersetrecipients: + vstinner, gvanrossum, pitrou
2014-02-01 03:20:19vstinnersetmessageid: <1391224819.03.0.550911452449.issue20472@psf.upfronthosting.co.za>
2014-02-01 03:20:19vstinnerlinkissue20472 messages
2014-02-01 03:20:18vstinnercreate