Issue1752332
Created on 2007-07-12 00:26 by jjlee, last changed 2007-08-23 21:18 by georg.brandl.
|
msg52862 - (view) |
Author: John J Lee (jjlee) |
Date: 2007-07-12 00:26 |
|
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.
|
|
msg55214 - (view) |
Author: Georg Brandl (georg.brandl) |
Date: 2007-08-23 21:18 |
|
Fixed in rev. 57351.
|
|
| Date |
User |
Action |
Args |
| 2007-08-23 21:18:55 | georg.brandl | set | status: open -> closed resolution: fixed messages:
+ msg55214 nosy:
+ georg.brandl |
| 2007-07-12 00:26:32 | jjlee | create | |
|