summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-04-30 21:19:49 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-04-30 21:19:49 (GMT)
commit09612281efc664a7705014349791cbfbb7af15bc (patch)
tree5d648a888e3d4e48b59b836339a30aa44920c8e5
parent4b5caae8b9cbea0372e9aa3a48ae9b5e76972131 (diff)
downloadcpython-09612281efc664a7705014349791cbfbb7af15bc.zip
cpython-09612281efc664a7705014349791cbfbb7af15bc.tar.gz
cpython-09612281efc664a7705014349791cbfbb7af15bc.tar.bz2
Add item
-rw-r--r--Doc/whatsnew/whatsnew25.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex
index f7b8c45..f8ab1bc 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