From: Finn Bock Date: Thu, 23 Aug 2001 18:57:01 +0000 (+0000) Subject: Committing and closing SF patch #441348 to help Jython to pass this test. X-Git-Tag: v2.2a3~363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84cc9bf722a6261fe6603e67cde38784e533e8b9;p=thirdparty%2FPython%2Fcpython.git Committing and closing SF patch #441348 to help Jython to pass this test. --- diff --git a/Lib/test/test_charmapcodec.py b/Lib/test/test_charmapcodec.py index fb19c378e42a..af7d4346199f 100644 --- a/Lib/test/test_charmapcodec.py +++ b/Lib/test/test_charmapcodec.py @@ -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'