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 martin.panter
Recipients Arfrever, alex, amaury.forgeotdarc, berker.peksag, hynek, loewis, martin.panter, pitrou, python-dev, r.david.murray, terry.reedy, vstinner
Date 2016-07-23.05:21:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469251265.49.0.099991900558.issue13849@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.5/builds/1072/steps/test/logs/stdio
======================================================================
FAIL: test_null_bytes (test.test_genericpath.TestGenericTest) (attr='getsize')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.5.kloth-win64\build\lib\test\test_genericpath.py", line 285, in test_null_bytes
    self.assertEqual(str(cm.exception), 'embedded null byte')
AssertionError: 'stat: embedded null character' != 'embedded null byte'
- stat: embedded null character
+ embedded null byte
History
Date User Action Args
2016-07-23 05:21:05martin.pantersetrecipients: + martin.panter, loewis, terry.reedy, amaury.forgeotdarc, pitrou, vstinner, Arfrever, alex, r.david.murray, python-dev, berker.peksag, hynek
2016-07-23 05:21:05martin.pantersetmessageid: <1469251265.49.0.099991900558.issue13849@psf.upfronthosting.co.za>
2016-07-23 05:21:05martin.panterlinkissue13849 messages
2016-07-23 05:21:05martin.pantercreate