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 steve.dower
Recipients jmlp, orsenthil, pitrou, serhiy.storchaka, steve.dower, valer
Date 2018-06-16.18:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529174502.59.0.56676864532.issue33663@psf.upfronthosting.co.za>
In-reply-to
Content
For the NEWS entry, I'd suggest putting "Library" for the category and use your commit message for the text at the end.

You should also fill out the CLA form posted in your PR by the bot. While we *can* overlook it for very simple changes, best to get it done anyway.

As to Jean-Marc's comment, what you are describing is basically a bug in a third-party library and should be reported to them. As far as I can tell, http.server handles the encoding just fine, and if the web package has overridden part of it then it needs to override the rest in order to send headers properly. We can be less surprising to subclasses by only sending str, but if they're handling the conversion to bytes we can't really help any more than that.
History
Date User Action Args
2018-06-16 18:41:42steve.dowersetrecipients: + steve.dower, orsenthil, pitrou, serhiy.storchaka, jmlp, valer
2018-06-16 18:41:42steve.dowersetmessageid: <1529174502.59.0.56676864532.issue33663@psf.upfronthosting.co.za>
2018-06-16 18:41:42steve.dowerlinkissue33663 messages
2018-06-16 18:41:42steve.dowercreate