]> granicus.if.org Git - python/commit
The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 15:23:17 +0000 (15:23 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 15:23:17 +0000 (15:23 +0000)
commitd20b66537cd6ae9602feb7c6e237a60adf75739c
tree5de7a6384ca7bb4ee72af98fa8d449a4687d1b37
parenta2a07bce895c36749fc9f96f384dcba1844ff3d4
The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in
Python 2.1.3.  However it's required by the email tests suite, so poke
it into the encodings aliases if it's missing.  The is apparently the
approved API for doing so.

Now we can remove the hexversion shortcircuits in the test suite.
Lib/email/__init__.py
Lib/email/test/test_email.py