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 Michael.Felt
Recipients Michael.Felt, lukasz.langa, vstinner
Date 2018-08-25.13:40:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535204442.15.0.56676864532.issue34347@psf.upfronthosting.co.za>
In-reply-to
Content
Solution much simpler than I thought:

not arg.decode('ascii', 'surrogateescape'), but arg.decode('iso-8859-1')
History
Date User Action Args
2018-08-25 13:40:42Michael.Feltsetrecipients: + Michael.Felt, vstinner, lukasz.langa
2018-08-25 13:40:42Michael.Feltsetmessageid: <1535204442.15.0.56676864532.issue34347@psf.upfronthosting.co.za>
2018-08-25 13:40:42Michael.Feltlinkissue34347 messages
2018-08-25 13:40:42Michael.Feltcreate