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 koobs
Recipients benjamin.peterson, koobs, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-07-03.05:10:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467522618.61.0.952851322813.issue23908@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_path_with_null_unicode (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_posix.py", line 585, in test_path_with_null_unicode
    test_support.unlink(fn)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_support.py", line 243, in unlink
    _unlink(filename)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 6-7: ordinal not in range(128)

======================================================================
ERROR: test_path_with_null_unicode (test.test_posix.PosixTester)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/2.7.koobs-freebsd9/build/Lib/test/test_support.py", line 243, in unlink
    _unlink(filename)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 6-7: ordinal not in range(128)

----------------------------------------------------------------------
Ran 43 tests in 0.105s
History
Date User Action Args
2016-07-03 05:10:18koobssetrecipients: + koobs, vstinner, tim.golden, benjamin.peterson, python-dev, zach.ware, serhiy.storchaka, steve.dower
2016-07-03 05:10:18koobssetmessageid: <1467522618.61.0.952851322813.issue23908@psf.upfronthosting.co.za>
2016-07-03 05:10:18koobslinkissue23908 messages
2016-07-03 05:10:18koobscreate