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 phihag
Recipients georg.brandl, phihag
Date 2009-05-03.22:09:43
SpamBayes Score 0.0014782625
Marked as misclassified No
Message-id <1241388586.38.0.920530904266.issue5917@psf.upfronthosting.co.za>
In-reply-to
Content
socket.inet_ntop is only available on some UNIX platforms, although for
example Windows users may want to use it. The new ipaddr module provides
a platform-independent conversion to the packed format on all platforms
and should therefore be used in platform-independent programs.
History
Date User Action Args
2009-05-03 22:09:46phihagsetrecipients: + phihag, georg.brandl
2009-05-03 22:09:46phihagsetmessageid: <1241388586.38.0.920530904266.issue5917@psf.upfronthosting.co.za>
2009-05-03 22:09:44phihaglinkissue5917 messages
2009-05-03 22:09:44phihagcreate