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.