]> granicus.if.org Git - python/commitdiff
Oops, I did it again: add missing \ removed in previous commit
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:47:18 +0000 (13:47 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:47:18 +0000 (13:47 +0000)
Lib/test/support.py

index 54e0599201803d3099330fd105ba75d44e1825c3..9bb4f36d419bc932c0ab41f47b86f83069f0ab39 100644 (file)
@@ -408,7 +408,7 @@ else:
         b'\xff'.decode(TESTFN_ENCODING)
     except UnicodeDecodeError:
         # 0xff will be encoded using the surrogate character u+DCFF
-        TESTFN_UNENCODEABLE = TESTFN
+        TESTFN_UNENCODEABLE = TESTFN \
             + b'-\xff'.decode(TESTFN_ENCODING, 'surrogateescape')
     else:
         # File system encoding (eg. ISO-8859-* encodings) can encode