Differences between revisions 1 and 2
Revision 1 as of 2006-11-19 02:18:49
Size: 524
Editor: dsl092-163-165
Comment:
Revision 2 as of 2008-11-15 09:15:59
Size: 524
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Failing tests on the 2.3 branch

Ones with reasons

test_binascii: exceptions are strings, not classes, so issubclass() raises an exception; a2b_qp not implemented; a2b_uu has a logic error that makes it fail on the UUencoding of an empty string.

test_StringIO: root cause: .join([unicode, str]) returns str, should be unicode

test_dumbdbm: with very large strings, the value retrieved is incorrect.

test_format: '%d' % '1' works, should raise a TypeError.

test_fileinput: patch in SF.

TestFailures (last edited 2008-11-15 09:15:59 by localhost)