[issue44694] Message from BytesParser cannot be flattened immediately
Change by Vitas Ivanoff : Added file: https://bugs.python.org/file50178/0.msg ___ Python tracker <https://bugs.python.org/issue44694> ___ ___ Python-bugs-list mailin
[issue44694] Message from BytesParser cannot be flattened immediately
New submission from Vitas Ivanoff : Hello. Here is my code: #Parse message from file and immediately flatten it cur_policy = email.policy.SMTPUTF8 with open("/tmp/0.tmp", "rb") as orig_message_file: message_bytes = orig_message_file.read() message_parser = BytesParser(po