]> granicus.if.org Git - python/commit
#12515: email now registers a defect if the MIME end boundary is missing.
authorR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 02:20:42 +0000 (22:20 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 02:20:42 +0000 (22:20 -0400)
commit7ef3ff3f2ea77f496f5386c3ede74f95001a6009
treeab17160f5d03de8fa54f02ceb2b38e3f769156a1
parentd0a0e8e070f1c3c74905627380473f21f5457cfb
#12515: email now registers a defect if the MIME end boundary is missing.

This commit also restores the news item for 167256 that it looks like
Terry inadvertently deleted.  (Either that, or I don't understand
now merging works...which is equally possible.)
Doc/library/email.errors.rst
Lib/email/errors.py
Lib/email/feedparser.py
Lib/test/test_email/test_defect_handling.py
Misc/NEWS