diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-11-20 22:22:19 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-11-20 22:22:19 (GMT) |
commit | dff9dbdb38b38a94ac14eefc16e17437b118dfd6 (patch) | |
tree | 7c077d6c5bb9b2d177fca753b1893eda44a55bfc /Doc/whatsnew | |
parent | 944a6c32d7f78445e3516636d9fcf1c62e1663ff (diff) | |
download | cpython-dff9dbdb38b38a94ac14eefc16e17437b118dfd6.zip cpython-dff9dbdb38b38a94ac14eefc16e17437b118dfd6.tar.gz cpython-dff9dbdb38b38a94ac14eefc16e17437b118dfd6.tar.bz2 |
Add two items
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 4e2a9d8..32158b0 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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 |