[New-bugs-announce] [issue14109] test_lib2to3: failure on Windows 7

Stefan Krah report at bugs.python.org
Fri Feb 24 19:30:16 CET 2012


New submission from Stefan Krah <stefan-usenet at bytereef.org>:

This failure occurs on the Windows 7 buildbot:

[302/364] test_lib2to3
--- D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\lib2to3\tests\test_main.py	2012-02-13 21:57:29.273004000 -0500
+++ @	2012-02-24 11:59:54.408966500 -0500
@@ -42,7 +42,7 @@
             sys.stderr = save_stderr
 
     def test_unencodable_diff(self):
-        input_stream = io.StringIO("print 'nothing'\nprint u'über'\n")
+        input_stream = io.StringIO("print 'nothing'\nprint u'�ber'\n")
         out = io.BytesIO()
         out_enc = codecs.getwriter("ascii")(out)
         err = io.StringIO()

----------
components: Tests
messages: 154144
nosy: benjamin.peterson, skrah
priority: normal
severity: normal
status: open
title: test_lib2to3: failure on Windows 7
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14109>
_______________________________________


More information about the New-bugs-announce mailing list