STINNER Victor added the comment:

> I'm closing this issue was WONTFIX 3.5

If I understood correctly, it's possible to work around the issue by encoding 
the filename manually to utf-8.

ssl_function(filename.encode('utf-8'))

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to