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 serhiy.storchaka
Recipients ned.deily, ronaldoussoren, serhiy.storchaka
Date 2017-11-10.09:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510306928.27.0.213398074469.issue32000@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/#/builders/14/builds/160/steps/4/logs/stdio
======================================================================
ERROR: test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/support/__init__.py", line 598, in wrapper
    return func(*args, **kw)
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_httpservers.py", line 395, in test_undecodable_filename
    with open(os.path.join(self.tempdir, filename), 'wb') as f:
OSError: [Errno 92] Illegal byte sequence: '/var/folders/sy/9hwmqyx14s11577cvgzwf2v40000gt/T/tmp0hrc3ckd/@test_54539_tmp\udce7w\udcf0.txt'
----------------------------------------------------------------------
History
Date User Action Args
2017-11-10 09:42:08serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, ned.deily
2017-11-10 09:42:08serhiy.storchakasetmessageid: <1510306928.27.0.213398074469.issue32000@psf.upfronthosting.co.za>
2017-11-10 09:42:08serhiy.storchakalinkissue32000 messages
2017-11-10 09:42:08serhiy.storchakacreate