[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
- Previous message: [Python-checkins] r45827 - python/trunk/Doc/howto/urllib2.rst
- Next message: [Python-checkins] r45829 - in python/branches/release24-maint/Lib: email/_parseaddr.py email/test/test_email.py rfc822.py test/test_rfc822.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] r45827 - python/trunk/Doc/howto/urllib2.rst
- Next message: [Python-checkins] r45829 - in python/branches/release24-maint/Lib: email/_parseaddr.py email/test/test_email.py rfc822.py test/test_rfc822.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]