cpython/Lib/email/test
Barry Warsaw d20b66537c 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.
2002-09-30 15:23:17 +00:00
..
data Fixing some RFC 2231 related issues as reported in the Spambayes 2002-09-26 17:21:02 +00:00
__init__.py The email package's tests live much better in a subpackage 2002-07-19 22:31:10 +00:00
test_email.py The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in 2002-09-30 15:23:17 +00:00
test_email_codecs.py Get rid of relative imports in all unittests. Now anything that 2002-07-23 19:04:11 +00:00
test_email_torture.py Open the test files in binary mode so the \r\n files won't cause 2002-09-18 22:17:57 +00:00