[issue7791] Python 2.6 standard library "sees also" something not in the standard library
dholth
report at bugs.python.org
Tue Jan 26 23:03:14 CET 2010
New submission from dholth <dholth at fastmail.fm>:
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.
----------
assignee: georg.brandl
components: Documentation
messages: 98384
nosy: dholth, georg.brandl
severity: normal
status: open
title: Python 2.6 standard library "sees also" something not in the standard library
versions: Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7791>
_______________________________________
More information about the Python-bugs-list
mailing list