Message100446
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?). |
|
| Date |
User |
Action |
Args |
| 2010-03-05 01:11:59 | vstinner | set | recipients:
+ vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever |
| 2010-03-05 01:11:59 | vstinner | set | messageid: <[email protected]> |
| 2010-03-05 01:11:57 | vstinner | link | issue6697 messages |
| 2010-03-05 01:11:57 | vstinner | create | |
|