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 r.david.murray
Recipients aldwinaldwin, barry, maxking, r.david.murray, yunlee
Date 2019-08-01.12:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564663321.83.0.209773547758.issue37532@roundup.psfhosted.org>
In-reply-to
Content
The input header is not valid (non-ascii is not allowed in headers), so you shouldn't expect make_header to do anything sensible.  Note that this is the legacy API, which is a toolkit and does not hold your hand when it comes to RFC compliance.  Aside from any other concerns, this is long standing behavior (it is the same in python2), and it doesn't make sense to change the behavior of a legacy API.
History
Date User Action Args
2019-08-01 12:42:01r.david.murraysetrecipients: + r.david.murray, barry, maxking, aldwinaldwin, yunlee
2019-08-01 12:42:01r.david.murraysetmessageid: <1564663321.83.0.209773547758.issue37532@roundup.psfhosted.org>
2019-08-01 12:42:01r.david.murraylinkissue37532 messages
2019-08-01 12:42:01r.david.murraycreate