]> granicus.if.org Git - python/commitdiff
Committing and closing SF patch #441348 to help Jython to pass this test.
authorFinn Bock <bckfnn@worldonline.dk>
Thu, 23 Aug 2001 18:57:01 +0000 (18:57 +0000)
committerFinn Bock <bckfnn@worldonline.dk>
Thu, 23 Aug 2001 18:57:01 +0000 (18:57 +0000)
Lib/test/test_charmapcodec.py

index fb19c378e42a0148bf4faa7a66c727448c05bb9b..af7d4346199fc4da2caf37871a3c1cdefb5dc8dd 100644 (file)
@@ -13,7 +13,7 @@ def check(a, b):
     if a != b:
         print '*** check failed: %s != %s' % (repr(a), repr(b))
     else:
-        print '%s == %s: OK' % (repr(a), repr(b))
+        print '%s == %s: OK' % (a, b)
 
 # test codec's full path name (see test/testcodec.py)
 codecname = 'test.testcodec'