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 flox
Recipients flox
Date 2010-01-10.18:18:25
SpamBayes Score 1.07094e-08
Marked as misclassified No
Message-id <1263147507.26.0.603744082511.issue7669@psf.upfronthosting.co.za>
In-reply-to
Content
/tmp/py2u…→unicode $ ./python Lib/test/regrtest.py test_unicode_file
test_unicode_file
test test_unicode_file failed -- Traceback (most recent call last):
  File "/tmp/py2u…→unicode/Lib/test/test_unicode_file.py", line 173, in test_single_files
    self._test_single(TESTFN_UNICODE)
  File "/tmp/py2u…→unicode/Lib/test/test_unicode_file.py", line 147, in _test_single
    self._do_single(filename)
  File "/tmp/py2u…→unicode/Lib/test/test_unicode_file.py", line 48, in _do_single
    self.assertTrue(os.path.exists(os.path.abspath(filename)))
  File "/tmp/py2u…→unicode/Lib/posixpath.py", line 338, in abspath
    path = join(os.getcwd(), path)
  File "/tmp/py2u…→unicode/Lib/posixpath.py", line 70, in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 29: ordinal not in range(128)

1 test failed:
    test_unicode_file
History
Date User Action Args
2010-01-10 18:18:27floxsetrecipients: + flox
2010-01-10 18:18:27floxsetmessageid: <1263147507.26.0.603744082511.issue7669@psf.upfronthosting.co.za>
2010-01-10 18:18:26floxlinkissue7669 messages
2010-01-10 18:18:25floxcreate