This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org 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.


2026-02-14 16:32