]> granicus.if.org Git - python/commit
_parsebody(): A fix for SF bug #631350, where a subobject in a
authorBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 20:54:37 +0000 (20:54 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 5 Nov 2002 20:54:37 +0000 (20:54 +0000)
commit5c9130ec466f531b7cea6302c762d8a29641b219
tree0c72e838160c3c12536d5508101c7e3eeb0a3de7
parent00e6a02ef89fa8d4e388bee94acc2240ce961d5f
_parsebody(): A fix for SF bug #631350, where a subobject in a
multipart/digest isn't a message/rfc822.  This is legal, but counter
to recommended practice in RFC 2046, $5.1.5.

The fix is to look at the content type after setting the default
content type.  If the maintype is then message or multipart, attach
the parsed subobject, otherwise use set_payload() to set the data of
the other object.
Lib/email/Parser.py