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 cheryl.sabella
Recipients cheryl.sabella, maxking
Date 2018-05-29.15:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527609399.05.0.682650639539.issue30483@psf.upfronthosting.co.za>
In-reply-to
Content
Would you be able to include an example for recreating this?

Looking at the code, it uses the ascii encoding for bytes (which can only contain ASCII literal characters) and should not be using that encoding for strings.

Thanks!
History
Date User Action Args
2018-05-29 15:56:39cheryl.sabellasetrecipients: + cheryl.sabella, maxking
2018-05-29 15:56:39cheryl.sabellasetmessageid: <1527609399.05.0.682650639539.issue30483@psf.upfronthosting.co.za>
2018-05-29 15:56:39cheryl.sabellalinkissue30483 messages
2018-05-29 15:56:39cheryl.sabellacreate