[Python-checkins] r57351 - python/trunk/Doc/library/socket.rst
georg.brandl
python-checkins at python.org
Thu Aug 23 23:18:45 CEST 2007
Author: georg.brandl
Date: Thu Aug 23 23:18:44 2007
New Revision: 57351
Modified:
python/trunk/Doc/library/socket.rst
Log:
Bug #1752332: httplib no longer uses socket.getaddrinfo().
Modified: python/trunk/Doc/library/socket.rst
==============================================================================
--- python/trunk/Doc/library/socket.rst (original)
+++ python/trunk/Doc/library/socket.rst Thu Aug 23 23:18:44 2007
@@ -197,7 +197,7 @@
: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
More information about the Python-checkins
mailing list