mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Committing and closing SF patch #441348 to help Jython to pass this test.
This commit is contained in:
parent
e98e462dab
commit
84cc9bf722
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue