]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add two items
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 20 Nov 2003 22:22:19 +0000 (22:22 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 20 Nov 2003 22:22:19 +0000 (22:22 +0000)
Doc/whatsnew/whatsnew24.tex

index 4e2a9d83bcc50441deeb19ebd239b30e1b194f0d..32158b0e62a55cce4b4d3f4efae345e2de62a997 100644 (file)
@@ -210,6 +210,13 @@ details.
    ten-fold improvement in speed makes the module suitable for handling
    high volumes of data.
 
+\item The \module{imaplib} module now supports IMAP's THREAD command.
+(Contributed by Yves Dionne.)
+
+\item A new \function{getsid()} function was added to the
+\module{posix} module that underlies the \module{os} module.
+(Contributed by J. Raynor.)
+
 \item The \module{random} module has a new method called \method{getrandbits(N)} 
    which returns an N-bit long integer.  This method supports the existing
    \method{randrange()} method, making it possible to efficiently generate