]> granicus.if.org Git - python/commit
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
authorR. David Murray <rdmurray@bitdance.com>
Fri, 8 Oct 2010 15:55:28 +0000 (15:55 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Fri, 8 Oct 2010 15:55:28 +0000 (15:55 +0000)
commit96fd54eaec700cc50e5960f45ee79bc25c2c48c5
tree4e4fc3f48d8957b6b0fccc372410e8374ce4fb70
parent59fdd6736bbf1ba14083a4bb777abaefc364f876
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)

The work on this is not 100% complete, but everything is present to
allow real-world testing of the code.  The only remaining major todo
item is to (hopefully!) enhance the handling of non-ASCII bytes in headers
converted to unicode by RFC2047 encoding them rather than replacing them with
'?'s.
Doc/library/email.generator.rst
Doc/library/email.message.rst
Doc/library/email.parser.rst
Doc/library/email.rst
Lib/email/__init__.py
Lib/email/feedparser.py
Lib/email/generator.py
Lib/email/message.py
Lib/email/parser.py
Lib/email/test/test_email.py
Misc/NEWS