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 vstinner
Recipients Ilya.Kulakov, christian.heimes, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-08.18:53:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504896810.04.0.22046107182.issue27354@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm closing this issue was WONTFIX 3.5

If I understood correctly, it's possible to work around the issue by encoding the filename manually to utf-8.

ssl_function(filename.encode('utf-8'))
History
Date User Action Args
2017-09-08 18:53:30vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, ezio.melotti, zach.ware, steve.dower, Ilya.Kulakov
2017-09-08 18:53:30vstinnersetmessageid: <1504896810.04.0.22046107182.issue27354@psf.upfronthosting.co.za>
2017-09-08 18:53:30vstinnerlinkissue27354 messages
2017-09-08 18:53:30vstinnercreate