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 david__
Recipients david__
Date 2017-03-07.20:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488919346.76.0.848752499165.issue29750@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sorry I rushed my comment. Same thing happens on line 604


return encode_base64(s.encode('ascii'), eol='')


changing both from 'ascii' to 'utf-8' works for me.
History
Date User Action Args
2017-03-07 20:42:26david__setrecipients: + david__
2017-03-07 20:42:26david__setmessageid: <1488919346.76.0.848752499165.issue29750@psf.upfronthosting.co.za>
2017-03-07 20:42:26david__linkissue29750 messages
2017-03-07 20:42:26david__create