projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98e462
)
Committing and closing SF patch #441348 to help Jython to pass this test.
author
Finn Bock
<bckfnn@worldonline.dk>
Thu, 23 Aug 2001 18:57:01 +0000
(18:57 +0000)
committer
Finn Bock
<bckfnn@worldonline.dk>
Thu, 23 Aug 2001 18:57:01 +0000
(18:57 +0000)
Lib/test/test_charmapcodec.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_charmapcodec.py
b/Lib/test/test_charmapcodec.py
index fb19c378e42a0148bf4faa7a66c727448c05bb9b..af7d4346199fc4da2caf37871a3c1cdefb5dc8dd 100644
(file)
--- 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'