[issue39771] EmailMessage.add_header doesn't work

hwgdb Smith report at bugs.python.org
Thu Feb 27 02:24:22 EST 2020


hwgdb Smith <hwgdb123 at gmail.com> added the comment:

"but msg.as_string() doesn't change. " , I mean using 

  filename=file_name  
or
  filename=("GBK", "", f"{file_name}")
or
  filename=("utf-8", "", f"{file_name}")

msg.as_string() doesn't change.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39771>
_______________________________________


More information about the Python-bugs-list mailing list