]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_parsegen(): Move the message/rfc822 clause to after the
authorBarry Warsaw <barry@python.org>
Tue, 11 May 2004 20:19:09 +0000 (20:19 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 11 May 2004 20:19:09 +0000 (20:19 +0000)
commitd38f4488651f3a36b9bc8d44001b9ed76576e549
tree61dfc916b88b2444ace68926f96b75633bb66112
parentc312b07d77d4aee2cce69bafa0393428a6fc2314
_parsegen(): Move the message/rfc822 clause to after the
message/delivery-status clause, and genericize it to handle all (other)
message/* content types.  This lets us correctly parse 2 more of Anthony's
MIME torture tests (specifically, the message/external-body examples).
Lib/email/FeedParser.py