Files
cpython/Modules
Victor Stinner 9a2326b362 Issue #24684: socket.socket.getaddrinfo() now calls
PyUnicode_AsEncodedString() instead of calling the encode() method of the
host, to handle correctly custom unicode string with an encode() method which
doesn't return a byte string. The encoder of the IDNA codec is now called
directly instead of calling the encode() method of the string.
2015-09-11 12:42:13 +02:00
..
2013-12-18 11:25:26 -08:00
2010-09-10 22:22:58 +00:00
2014-05-11 16:17:02 -07:00
2014-02-16 14:46:57 -05:00