summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-28 02:20:42 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-28 02:20:42 (GMT)
commit7ef3ff3f2ea77f496f5386c3ede74f95001a6009 (patch)
treeab17160f5d03de8fa54f02ceb2b38e3f769156a1 /Doc
parentd0a0e8e070f1c3c74905627380473f21f5457cfb (diff)
downloadcpython-7ef3ff3f2ea77f496f5386c3ede74f95001a6009.zip
cpython-7ef3ff3f2ea77f496f5386c3ede74f95001a6009.tar.gz
cpython-7ef3ff3f2ea77f496f5386c3ede74f95001a6009.tar.bz2
#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.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/email.errors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/email.errors.rst b/Doc/library/email.errors.rst
index 2bc3164..acfa6b2 100644
--- a/Doc/library/email.errors.rst
+++ b/Doc/library/email.errors.rst
@@ -73,6 +73,11 @@ this class is *not* an exception!
* :class:`StartBoundaryNotFoundDefect` -- The start boundary claimed in the
:mailheader:`Content-Type` header was never found.
+* :class:`CloseBoundaryNotFoundDefect` -- A start boundary was found, but
+ no corresponding close boundary was ever found.
+
+ .. versionadded: 3.3
+
* :class:`FirstHeaderLineIsContinuationDefect` -- The message had a continuation
line as its first header line.