This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jjlee
Recipients
Date 2007-07-12.00:26:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The docs for module socket refer to the source of httplib as an example of the proper usage of socket.getaddrinfo().  httplib no longer uses that function directly, since that code moved into module socket.  This patch updates the reference to point to module socket instead of to httplib.

Not a backport candidate.
History
Date User Action Args
2007-08-23 15:59:03adminlinkissue1752332 messages
2007-08-23 15:59:03admincreate