cpython/Lib/test/test_email
R David Murray ea9766897b Make headerregistry fully part of the provisional api.
When I made the checkin of the provisional email policy, I knew that
Address and Group needed to be made accessible from somewhere.  The more
I looked at it, though, the more it became clear that since this is a
provisional API anyway, there's no good reason to hide headerregistry as
a private API.  It was designed to ultimately be part of the public API,
and so it should be part of the provisional API.

This patch fully documents the headerregistry API, and deletes the
abbreviated version of those docs I had added to the provisional policy
docs.
2012-05-27 15:03:38 -04:00
..
data
__init__.py #12586: add provisional email policy with new header parsing and folding. 2012-05-25 18:42:14 -04:00
__main__.py
test__encoded_words.py #12586: add provisional email policy with new header parsing and folding. 2012-05-25 18:42:14 -04:00
test__header_value_parser.py Recognize '<>' as a special case of an angle-addr in header_value_parser. 2012-05-26 14:31:12 -04:00
test_asian_codecs.py
test_email.py #14731: refactor email policy framework. 2012-05-25 15:01:48 -04:00
test_generator.py #12586: add provisional email policy with new header parsing and folding. 2012-05-25 18:42:14 -04:00
test_headerregistry.py Make headerregistry fully part of the provisional api. 2012-05-27 15:03:38 -04:00
test_parser.py #14731: refactor email policy framework. 2012-05-25 15:01:48 -04:00
test_pickleable.py Make headerregistry fully part of the provisional api. 2012-05-27 15:03:38 -04:00
test_policy.py Make headerregistry fully part of the provisional api. 2012-05-27 15:03:38 -04:00
test_utils.py #665194: Add a localtime function to email.utils. 2012-05-25 23:22:59 -04:00
torture_test.py