[Python-checkins] r45828 - python/trunk/Doc/whatsnew/whatsnew25.tex (original) (raw)

andrew.kuchling python-checkins at python.org
Sun Apr 30 23:19:50 CEST 2006


Author: andrew.kuchling Date: Sun Apr 30 23:19:49 2006 New Revision: 45828

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex Log: Add item

Modified: python/trunk/Doc/whatsnew/whatsnew25.tex

--- python/trunk/Doc/whatsnew/whatsnew25.tex (original) +++ python/trunk/Doc/whatsnew/whatsnew25.tex Sun Apr 30 23:19:49 2006 @@ -1468,6 +1468,12 @@ \code{sys.path}, so unless your programs explicitly added the directory to \code{sys.path}, this removal shouldn't affect your code.

+\item The \module{rlcompleter} module is no longer +dependent on importing the \module{readline} module and +therefore now works on non-{\UNIX} platforms. +(Patch from Robert Kiendl.) +% Patch #1472854 + \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



More information about the Python-checkins mailing list