From: Georg Brandl Date: Thu, 23 Aug 2007 21:18:44 +0000 (+0000) Subject: Bug #1752332: httplib no longer uses socket.getaddrinfo(). X-Git-Tag: v2.6a1~1451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad9b8206c654a5b9874917fa5165453c81ed0e4;p=python Bug #1752332: httplib no longer uses socket.getaddrinfo(). --- diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst index 3253d7c482..9acd7d24ff 100644 --- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -197,7 +197,7 @@ The module :mod:`socket` exports the following constants and functions: :func:`socket` function. *canonname* is a string representing the canonical name of the *host*. It can be a numeric IPv4/v6 address when :const:`AI_CANONNAME` is specified for a numeric *host*. *sockaddr* is a tuple describing a socket - address, as described above. See the source for the :mod:`httplib` and other + address, as described above. See the source for :mod:`socket` and other library modules for a typical usage of the function. .. versionadded:: 2.2