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 r.david.murray
Recipients Arfrever, flox, lemburg, pitrou, r.david.murray, vstinner
Date 2010-08-23.00:24:48
SpamBayes Score 2.7556273e-06
Marked as misclassified No
Message-id <1282523091.28.0.848716453675.issue8622@psf.upfronthosting.co.za>
In-reply-to
Content
In an up to date checkout of py3k on Gentoo linux with LC_CTYPE=en_US.UTF-8, I get a failure in test_sys:

======================================================================
FAIL: test_pythonfsencoding (test.test_sys.SysModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rdmurray/python/py3k/Lib/test/test_sys.py", line 605, in test_pythonfsencoding
    self.check_fsencoding(get_fsencoding(env), 'ascii')
  File "/home/rdmurray/python/py3k/Lib/test/test_sys.py", line 573, in check_fsencoding
    self.assertEqual(fs_encoding, expected)
AssertionError: 'utf-8' != 'ascii'
- utf-8
+ ascii
History
Date User Action Args
2010-08-23 00:24:51r.david.murraysetrecipients: + r.david.murray, lemburg, pitrou, vstinner, Arfrever, flox
2010-08-23 00:24:51r.david.murraysetmessageid: <1282523091.28.0.848716453675.issue8622@psf.upfronthosting.co.za>
2010-08-23 00:24:49r.david.murraylinkissue8622 messages
2010-08-23 00:24:48r.david.murraycreate