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 Ilya.Kulakov
Recipients Ilya.Kulakov, ezio.melotti, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-06-20.22:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466462365.93.0.929736057962.issue27354@psf.upfronthosting.co.za>
In-reply-to
Content
I checked the source code of OpenSSL, specifically the `bss_file.c:file_fopen` function (https://github.com/openssl/openssl/blob/OpenSSL_1_0_2h/crypto/bio/bss_file.c#L118-L167).

As you can see it support UTF-8 encoded strings under Windows. Python must follow up.
History
Date User Action Args
2016-06-20 22:39:25Ilya.Kulakovsetrecipients: + Ilya.Kulakov, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, steve.dower
2016-06-20 22:39:25Ilya.Kulakovsetmessageid: <1466462365.93.0.929736057962.issue27354@psf.upfronthosting.co.za>
2016-06-20 22:39:25Ilya.Kulakovlinkissue27354 messages
2016-06-20 22:39:25Ilya.Kulakovcreate