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, flox, ronaldoussoren, vstinner
Date 2010-06-11.01:03:17
SpamBayes Score 0.001734279
Marked as misclassified No
Message-id <1276218198.84.0.613763592486.issue8965@psf.upfronthosting.co.za>
In-reply-to
Content
Nope.
$ ./python.exe -m test.regrtest test_sys
test test_sys failed -- Traceback (most recent call last):
  File "Lib/test/test_sys.py", line 877, in test_getfilesystemencoding
    self.assertEqual(fs_encoding, 'utf-8')
AssertionError: b'utf-8\n' != 'utf-8'

Should be easy to fix, though.
History
Date User Action Args
2010-06-11 01:03:18belopolskysetrecipients: + belopolsky, ronaldoussoren, vstinner, flox
2010-06-11 01:03:18belopolskysetmessageid: <1276218198.84.0.613763592486.issue8965@psf.upfronthosting.co.za>
2010-06-11 01:03:17belopolskylinkissue8965 messages
2010-06-11 01:03:17belopolskycreate