From: Andrew M. Kuchling Date: Sun, 30 Apr 2006 21:19:49 +0000 (+0000) Subject: Add item X-Git-Tag: v2.5b1~751 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09612281efc664a7705014349791cbfbb7af15bc;p=python Add item --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index f7b8c45fce..f8ab1bce8b 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1468,6 +1468,12 @@ which includes ancient modules such as \module{dircmp} and \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