summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn Bock <bckfnn@worldonline.dk>2001-08-23 18:57:01 (GMT)
committerFinn Bock <bckfnn@worldonline.dk>2001-08-23 18:57:01 (GMT)
commit84cc9bf722a6261fe6603e67cde38784e533e8b9 (patch)
treeb50cfa0be2404ccb407a3657e806a6c6f65e9b5f
parente98e462dab7888d8071667e1729a832ad0e8c64e (diff)
downloadcpython-84cc9bf722a6261fe6603e67cde38784e533e8b9.zip
cpython-84cc9bf722a6261fe6603e67cde38784e533e8b9.tar.gz
cpython-84cc9bf722a6261fe6603e67cde38784e533e8b9.tar.bz2
Committing and closing SF patch #441348 to help Jython to pass this test.
-rw-r--r--Lib/test/test_charmapcodec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_charmapcodec.py b/Lib/test/test_charmapcodec.py
index fb19c37..af7d434 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'