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 Arfrever, amaury.forgeotdarc, ezio.melotti, lemburg, loewis, vstinner
Date 2010-03-05.01:11:55
SpamBayes Score 5.0604765e-05
Marked as misclassified No
Message-id <1267751519.28.0.0450804721369.issue6697@psf.upfronthosting.co.za>
In-reply-to
Content
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?).
History
Date User Action Args
2010-03-05 01:11:59vstinnersetrecipients: + vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever
2010-03-05 01:11:59vstinnersetmessageid: <1267751519.28.0.0450804721369.issue6697@psf.upfronthosting.co.za>
2010-03-05 01:11:57vstinnerlinkissue6697 messages
2010-03-05 01:11:57vstinnercreate