]> granicus.if.org Git - python/commit
Patch by Jp Calderone:
authorGuido van Rossum <guido@python.org>
Fri, 25 Apr 2003 05:48:32 +0000 (05:48 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Apr 2003 05:48:32 +0000 (05:48 +0000)
commit47dfa4a89ad1ce110a8218e43cae228302019297
tree1bd9ec116ee42905854d5cb59fdacc00a432e322
parent45f41300298ca522fba9366989317f34a2d7e2db
Patch by Jp Calderone:

- The socket module now provides the functions inet_pton and inet_ntop
  for converting between string and packed representation of IP addresses.
  See SF patch #658327.

This still needs a bit of work in the doc area, because it is not
available on all platforms (especially not on Windows).
Doc/lib/libsocket.tex
Lib/socket.py
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c