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 lazka, luch, r.david.murray
Date 2017-12-10.21:40:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512942018.23.0.213398074469.issue32268@psf.upfronthosting.co.za>
In-reply-to
Content
Right, this is not a bug, it is working as documented.  You could submit an enhancement request, but I'm surprised to find that anyone is actually using that module :)

We unfortunately have multiple implementations of quoted printable handling in the stdlib.  You might be interested in the functions in the binascii module, which do accept unicode input when doing decoding.
History
Date User Action Args
2017-12-10 21:40:18r.david.murraysetrecipients: + r.david.murray, luch, lazka
2017-12-10 21:40:18r.david.murraysetmessageid: <1512942018.23.0.213398074469.issue32268@psf.upfronthosting.co.za>
2017-12-10 21:40:18r.david.murraylinkissue32268 messages
2017-12-10 21:40:18r.david.murraycreate