This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients barry, docs@python, iritkatriel, maxking, mkaiser, r.david.murray
Date 2021-12-12.19:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639338750.43.0.515314925531.issue39071@roundup.psfhosted.org>
In-reply-to
Content
The relevant section in the docs is
https://docs.python.org/3/library/email.parser.html#email.parser.Parser
It currently doesn't advise against using the text parser in any way. 


At the top of the page, the second paragraph says:

"You can pass the parser a bytes, string or file object, and the parser will return to you the root EmailMessage instance of the object structure."
History
Date User Action Args
2021-12-12 19:52:30iritkatrielsetrecipients: + iritkatriel, barry, r.david.murray, docs@python, maxking, mkaiser
2021-12-12 19:52:30iritkatrielsetmessageid: <1639338750.43.0.515314925531.issue39071@roundup.psfhosted.org>
2021-12-12 19:52:30iritkatriellinkissue39071 messages
2021-12-12 19:52:30iritkatrielcreate