]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#14925: email now registers a defect for missing header/body separator.
authorR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 00:45:01 +0000 (20:45 -0400)
committerR David Murray <rdmurray@bitdance.com>
Mon, 28 May 2012 00:45:01 +0000 (20:45 -0400)
commitadbdcdbd9527a3c4000cd4ff0678ff60151f1f79
tree00f76f4304feb96a32a8140efae37c5935d10bd6
parent2c172d04bb6af565dcb1217aaba1b347c99b54ea
#14925: email now registers a defect for missing header/body separator.

This patch also deprecates the MalformedHeaderDefect.  My best guess is that
this defect was rendered obsolete by a refactoring of the parser, and the
corresponding defect for the new parser (which this patch introduces) was
overlooked.
Doc/library/email.errors.rst
Lib/email/errors.py
Lib/email/feedparser.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_parser.py
Misc/NEWS