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 belopolsky
Recipients belopolsky, ronaldoussoren
Date 2010-06-10.22:39:37
SpamBayes Score 0.0002712084
Marked as misclassified No
Message-id <1276209579.85.0.692160054001.issue8965@psf.upfronthosting.co.za>
In-reply-to
Content
$ LANG=C ./python.exe -m test.regrtest test_imp
test_imp
test test_imp failed -- Traceback (most recent call last):
  File "Lib/test/test_imp.py", line 109, in test_issue5604
    self.assertEqual(fs_encoding, 'utf-8')
AssertionError: 'ascii' != 'utf-8'
- ascii+ utf-8

1 test failed:
    test_imp


Same with LC_ALL=C.  Passes on Linux.
History
Date User Action Args
2010-06-10 22:39:39belopolskysetrecipients: + belopolsky, ronaldoussoren
2010-06-10 22:39:39belopolskysetmessageid: <1276209579.85.0.692160054001.issue8965@psf.upfronthosting.co.za>
2010-06-10 22:39:37belopolskylinkissue8965 messages
2010-06-10 22:39:37belopolskycreate