]> granicus.if.org Git - python/commitdiff
Add recent item
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 15 Jan 2006 16:11:28 +0000 (16:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 15 Jan 2006 16:11:28 +0000 (16:11 +0000)
Doc/whatsnew/whatsnew25.tex

index 0b72f0467f5741dd25749b77efc10e135a492301..82563117a85acae69403f0b89701f442bc7c2e9a 100644 (file)
@@ -406,6 +406,14 @@ now has \member{st_gen} and \member{st_birthtime}.
 The \member{st_flags} member is also available, if the platform supports it.
 % XXX patch 1180695, 1212117
 
+\item The \module{socket} module now supports \constant{AF_NETLINK}
+sockets on Linux, thanks to a patch from Philippe Biondi.  
+Netlink sockets are a Linux-specific mechanism for communications
+between a user-space process and kernel code; an introductory 
+article about them is at \url{http://www.linuxjournal.com/article/7356}.
+In Python code, netlink addresses are represented as a tuple of 2 integers, 
+\code{(\var{pid}, \var{group_mask})}.
+
 \item New module: \module{spwd} provides functions for accessing the
 shadow password database on systems that support it.  
 % XXX give example