I am unable to reproduce this in windows with:<br><br>Python 3.0a2 (py3k:59584M, Dec 20 2007, 16:24:12) [MSC v.1500 32 bit (Intel)] on win32<br><br>Running the test via rt and in isolation does not appear to fail.&nbsp; In isolation produces 16 OKs.
<br><br>Joe<br><br><div class="gmail_quote">On Dec 20, 2007 3:58 PM, Guido van Rossum &lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When I build from scratch and run most tests (regrtest.py -uall) I get<br>some strange failures with test_sys.py:<br><br>test test_sys failed -- Traceback (most recent call last):<br> &nbsp;File &quot;/usr/local/google/home/guido/python/py3kd/Lib/test/test_sys.py&quot;,
<br>line 302, in test_43581<br> &nbsp; &nbsp;self.assertEqual(sys.__stdout__.encoding, sys.__stderr__.encoding)<br>AssertionError: &#39;ascii&#39; != &#39;ISO-8859-1&#39;<br><br>The same test doesn&#39;t fail when run in isolation.
<br><br>Interestingly, I saw this with 2.5 as well as 3.0, but not with 2.6!<br><br>Any ideas?<br><font color="#888888"><br>--<br>--Guido van Rossum (home page: <a href="http://www.python.org/%7Eguido/" target="_blank">http://www.python.org/~guido/
</a>)<br>_______________________________________________<br>Python-Dev mailing list<br><a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-dev" target="_blank">
http://mail.python.org/mailman/listinfo/python-dev</a><br>Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/josepharmbruster%40gmail.com" target="_blank">http://mail.python.org/mailman/options/python-dev/josepharmbruster%40gmail.com
</a><br></font></blockquote></div><br>