Message114720
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 |
|
Date |
User |
Action |
Args |
2010-08-23 00:24:51 | r.david.murray | set | recipients:
+ r.david.murray, lemburg, pitrou, vstinner, Arfrever, flox |
2010-08-23 00:24:51 | r.david.murray | set | messageid: <1282523091.28.0.848716453675.issue8622@psf.upfronthosting.co.za> |
2010-08-23 00:24:49 | r.david.murray | link | issue8622 messages |
2010-08-23 00:24:48 | r.david.murray | create | |
|