[issue14907] SSL module cannot handle unicode filenames

Hynek Schlawack report at bugs.python.org
Fri May 25 11:55:12 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

Seems to work fine in Python 3.2+.

Two possibilities:

 1. document ca_certs is str only
 2. encode with sys.getfilesystemencoding() if unicode

Would have to be fixed in ssl.get_server_certificate too and maybe even more, I did just a quick glance.

----------
nosy: +hynek
type: crash -> behavior
versions:  -Python 2.6

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


More information about the Python-bugs-list mailing list