Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dff9dbd

Browse files
committed
Add two items
1 parent 944a6c3 commit dff9dbd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/whatsnew/whatsnew24.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@ \section{New, Improved, and Deprecated Modules}
210210
ten-fold improvement in speed makes the module suitable for handling
211211
high volumes of data.
212212

213+
\item The \module{imaplib} module now supports IMAP's THREAD command.
214+
(Contributed by Yves Dionne.)
215+
216+
\item A new \function{getsid()} function was added to the
217+
\module{posix} module that underlies the \module{os} module.
218+
(Contributed by J. Raynor.)
219+
213220
\item The \module{random} module has a new method called \method{getrandbits(N)}
214221
which returns an N-bit long integer. This method supports the existing
215222
\method{randrange()} method, making it possible to efficiently generate

0 commit comments

Comments
 (0)