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 pitrou
Recipients pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-09-20.21:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379712575.68.0.606220974648.issue19058@psf.upfronthosting.co.za>
In-reply-to
Content
The test added in issue18818 fails on the new OS X buildbot:

======================================================================
FAIL: test_ioencoding_nonascii (test.test_sys.SysModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.murray-snowleopard/build/Lib/test/test_sys.py", line 581, in test_ioencoding_nonascii
    self.assertEqual(out, os.fsencode(test.support.FS_NONASCII))
AssertionError: b'' != b'\xc3\xa6'

http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/4
History
Date User Action Args
2013-09-20 21:29:35pitrousetrecipients: + pitrou, vstinner, r.david.murray, serhiy.storchaka
2013-09-20 21:29:35pitrousetmessageid: <1379712575.68.0.606220974648.issue19058@psf.upfronthosting.co.za>
2013-09-20 21:29:35pitroulinkissue19058 messages
2013-09-20 21:29:35pitroucreate