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 skrah
Recipients benjamin.peterson, skrah
Date 2012-02-24.18:30:15
SpamBayes Score 0.07468834
Marked as misclassified No
Message-id <1330108216.18.0.0457510512891.issue14109@psf.upfronthosting.co.za>
In-reply-to
Content
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()
History
Date User Action Args
2012-02-24 18:30:16skrahsetrecipients: + skrah, benjamin.peterson
2012-02-24 18:30:16skrahsetmessageid: <1330108216.18.0.0457510512891.issue14109@psf.upfronthosting.co.za>
2012-02-24 18:30:15skrahlinkissue14109 messages
2012-02-24 18:30:15skrahcreate