test_sys failures

Dec. 20, 2007
8:58 p.m.
When I build from scratch and run most tests (regrtest.py -uall) I get some strange failures with test_sys.py: test test_sys failed -- Traceback (most recent call last): File "/usr/local/google/home/guido/python/py3kd/Lib/test/test_sys.py", line 302, in test_43581 self.assertEqual(sys.__stdout__.encoding, sys.__stderr__.encoding) AssertionError: 'ascii' != 'ISO-8859-1' The same test doesn't fail when run in isolation. Interestingly, I saw this with 2.5 as well as 3.0, but not with 2.6! Any ideas? -- --Guido van Rossum (home page: http://www.python.org/~guido/)

6355
Age (days ago)
6374
Last active (days ago)
5 comments
4 participants
participants (4)
-
Guido van Rossum
-
Jeroen Ruigrok van der Werven
-
Joseph Armbruster
-
Nick Coghlan