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.

作者 vstinner
收信人 Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, vstinner
日期 2010-03-05.01:11:55
SpamBayes Score 5.0604765e-05
Marked as misclassified
Message-id <1267751519.28.0.0450804721369.issue6697@psf.upfronthosting.co.za>
In-reply-to
内容
Fix for _ssl module: replace _PyUnicode_AsString() by PyArg_ParseTuple() with PyUnicode_FSConverter. This change fixes also ssl for file system encoding different than utf8. I added a test on surrogates.

The test fails if surrogates can be encoded to the file system encoding (maybe on Windows?).
历史
日期 用户 动作 参数
2010-03-05 01:11:59vstinner修改recipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-03-05 01:11:59vstinner修改messageid: <1267751519.28.0.0450804721369.issue6697@psf.upfronthosting.co.za>
2010-03-05 01:11:57vstinner链接issue6697 messages
2010-03-05 01:11:57vstinner创建