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 vstinner
Date 2010-04-20.23:38:36
SpamBayes Score 0.0041343668
Marked as misclassified No
Message-id <1271806718.84.0.17803607621.issue8477@psf.upfronthosting.co.za>
In-reply-to
Content
_ssl.sslwrap() has 3 filename arguments: key_file, cert_file and cacerts_file. It uses "z" format to parse them.

Attached patch uses PyUnicode_FSConverter() to support surrogates, bytes and bytearray. It fixes also test_decode_certificate() function.
History
Date User Action Args
2010-04-20 23:38:38vstinnersetrecipients: + vstinner
2010-04-20 23:38:38vstinnersetmessageid: <1271806718.84.0.17803607621.issue8477@psf.upfronthosting.co.za>
2010-04-20 23:38:37vstinnerlinkissue8477 messages
2010-04-20 23:38:37vstinnercreate