Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

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.