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 dholth
Recipients dholth, georg.brandl
Date 2010-01-26.22:02:14
SpamBayes Score 0.00023276423
Marked as misclassified No
Message-id <1264543394.81.0.208086670233.issue7791@psf.upfronthosting.co.za>
In-reply-to
Content
I thought it was really odd that the standard library documentation references ipaddr, a module from pypi, not something else in the standard library.

The documentation should explain that the referenced package is not a standard part of Python.

http://docs.python.org/library/socket.html#socket.inet_pton

See also

ipaddr.BaseIP.packed()
    Platform-independent conversion to a packed, binary format.
History
Date User Action Args
2010-01-26 22:03:14dholthsetrecipients: + dholth, georg.brandl
2010-01-26 22:03:14dholthsetmessageid: <1264543394.81.0.208086670233.issue7791@psf.upfronthosting.co.za>
2010-01-26 22:02:14dholthlinkissue7791 messages
2010-01-26 22:02:14dholthcreate