cpython/Lib/email/test
R. David Murray e7e505ba6e #4487: have Charset check with codecs for possible aliases.
Previously, unexpected results occurred when email was passed, for example,
'utf8' as a charset name, since email would accept it but would *not* use
the 'utf-8' codec for it, even though Python itself recognises that as
an alias for utf-8.  Now Charset checks with codecs for aliases as well
as its own internal table.  Issue 8898 has been opened to change this
further in py3k so that all aliasing is routed through the codecs module.
2010-06-04 19:51:06 +00:00
..
data Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes 2010-05-05 16:15:09 +00:00
__init__.py Big email 3.0 API changes, with updated unit tests and documentation. 2004-10-03 03:16:19 +00:00
test_email.py #4487: have Charset check with codecs for possible aliases. 2010-06-04 19:51:06 +00:00
test_email_codecs.py #2622 Import errors in email.message, from a py2app standalone application. 2009-07-11 14:33:51 +00:00
test_email_codecs_renamed.py fix import 2009-03-30 02:14:21 +00:00
test_email_renamed.py Issue #7143: get_payload used to strip any trailing newline from a 2010-03-08 02:04:06 +00:00
test_email_torture.py Add missing import when running these tests standalone. 2010-02-06 23:54:04 +00:00