Skip to content
Snippets Groups Projects
Yuya Nishihara's avatar
Yuya Nishihara authored
SSLError of Python 2.7.9 may keep error message in unicode. It will be
wrapped by URLError(reason) at KeepAliveHandler.do_open, so inst.reason can
be a unicode.

https://hg.python.org/cpython/file/v2.7.9/Modules/_ssl.c#l329
97a548ae
History
Name Last commit Last update