Kaydet (Commit) 84cc9bf7 authored tarafından Finn Bock's avatar Finn Bock

Committing and closing SF patch #441348 to help Jython to pass this test.

üst e98e462d
...@@ -13,7 +13,7 @@ def check(a, b): ...@@ -13,7 +13,7 @@ def check(a, b):
if a != b: if a != b:
print '*** check failed: %s != %s' % (repr(a), repr(b)) print '*** check failed: %s != %s' % (repr(a), repr(b))
else: 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) # test codec's full path name (see test/testcodec.py)
codecname = 'test.testcodec' codecname = 'test.testcodec'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment