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 eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2017-12-13.16:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513183563.59.0.213398074469.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
test_readline failed. It seems to be related to my commit:

http://buildbot.python.org/all/#/builders/87/builds/360

======================================================================
FAIL: test_nonascii (test.test_readline.TestReadline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_readline.py", line 219, in test_nonascii
    self.assertIn(b"text 't\\xeb'\r\n", output)
AssertionError: b"text 't\\xeb'\r\n" not found in bytearray(b"^A^B^B^B^B^B^B^B\t\tx\t\r\n[\\303\\257nserted]|t\x07\x08\x08\x08\x08\x08\x08\x08\x07\x07xrted]|t\x08\x08\x08\x08\x08\x08\x08\x07\r\nresult \'[\\xefnsexrted]|t\'\r\nhistory \'[\\xefnsexrted]|t\'\r\n")
History
Date User Action Args
2017-12-13 16:46:03vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2017-12-13 16:46:03vstinnersetmessageid: <1513183563.59.0.213398074469.issue29240@psf.upfronthosting.co.za>
2017-12-13 16:46:03vstinnerlinkissue29240 messages
2017-12-13 16:46:03vstinnercreate