]> granicus.if.org Git - python/commit
It appears that inet_aton() doesn't really exist except in libresolv;
authorGuido van Rossum <guido@python.org>
Thu, 9 Sep 1999 15:42:59 +0000 (15:42 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Sep 1999 15:42:59 +0000 (15:42 +0000)
commita2e48552d28721eec0df75912d479f7d44c14d0a
treed286b72c6db1f0c3133ff89bf5a768acea0b1f90
parenta41c691371db36bc4868f08b71d617a78280b240
It appears that inet_aton() doesn't really exist except in libresolv;
the proper function to call is inet_addr().  Since we already had code
to do that (for MS-Windows), this simplifies things a lot!
Modules/socketmodule.c