summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-06-23 22:01:54 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-06-23 22:01:54 (GMT)
commit378314330fbe7cb0ca8b81b1e0f0f7f45183c4ff (patch)
tree5c22856f01af8076b76ebb5f35680583246e5acb /Doc
parent5034624fdd23d6f0df1d3a5a96896ef8400af2fb (diff)
downloadcpython-378314330fbe7cb0ca8b81b1e0f0f7f45183c4ff.zip
cpython-378314330fbe7cb0ca8b81b1e0f0f7f45183c4ff.tar.gz
cpython-378314330fbe7cb0ca8b81b1e0f0f7f45183c4ff.tar.bz2
Merged revisions 73537 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73537 | amaury.forgeotdarc | 2009-06-23 23:53:46 +0200 (mar., 23 juin 2009) | 3 lines Remove last remnants of the ipaddr package. The changes in mcast.py come from the first version of the patch for issue5379. ........
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/socket.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index f896b43..cda8fee 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -422,11 +422,6 @@ The module :mod:`socket` exports the following constants and functions:
Availability: Unix (maybe not all platforms).
- .. seealso::
-
- :func:`ipaddr.BaseIP.packed`
- Platform-independent conversion to a packed, binary format.
-
.. function:: inet_ntop(address_family, packed_ip)