[issue8477] _ssl: support surrogates in filenames, and bytes/bytearray filenames

STINNER Victor report at bugs.python.org
Sun May 16 23:26:19 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I commited the fix on _ssl._test_decode_cert() as r81237 (py3k, blocked in 3.1: r81238). Issue #8550 got accepted and uses PyUnicode_FSConverter for the filenames (except _ssl._test_decode_cert() which is now fixed).

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8477>
_______________________________________


More information about the Python-bugs-list mailing list