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 christian.heimes
Recipients Ilya.Kulakov, christian.heimes, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-09-08.02:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504838510.33.0.524457916705.issue27354@psf.upfronthosting.co.za>
In-reply-to
Content
3.6 uses PyUnicode_FSConverter() to convert the cafile and capath arguments, then passes PyBytes_AS_STRING() to OpenSSL. What needs to change to support non-ASCII chars on Windows?
History
Date User Action Args
2017-09-08 02:41:50christian.heimessetrecipients: + christian.heimes, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower, Ilya.Kulakov
2017-09-08 02:41:50christian.heimessetmessageid: <1504838510.33.0.524457916705.issue27354@psf.upfronthosting.co.za>
2017-09-08 02:41:50christian.heimeslinkissue27354 messages
2017-09-08 02:41:50christian.heimescreate