summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-14 18:12:57 (GMT)
commit11017b172dc2525079fe8a6f17650b2fc048c9e6 (patch)
treeca1c91cb4a3752fdff3c277f8e85958024bc84e0 /Doc/lib
parent015f72b254019027c73a2f13925c77d0dbcdb028 (diff)
downloadcpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.zip
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.gz
cpython-11017b172dc2525079fe8a6f17650b2fc048c9e6.tar.bz2
Patch #1103116: AF_NETLINK sockets basic support.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libsocket.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index e3d9a92..4d3a00a 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -68,6 +68,9 @@ depending on the results from DNS resolution and/or the host
configuration. For deterministic behavior use a numeric address in
\var{host} portion.
+\versionadded[2.5]{AF_NETLINK sockets are represented as
+pairs \code{\var{pid}, \var{groups}}.}
+
All errors raise exceptions. The normal exceptions for invalid
argument types and out-of-memory conditions can be raised; errors
related to socket or address semantics raise the error