mirror of
https://github.com/python/cpython.git
synced 2026-04-04 19:13:16 +00:00
Add two items
This commit is contained in:
parent
944a6c32d7
commit
dff9dbdb38
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue