mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add an item
This commit is contained in:
parent
544f1195b1
commit
ce4bae6170
1 changed files with 3 additions and 2 deletions
|
@ -757,8 +757,9 @@ improved performance, such as the \module{Queue} and
|
|||
find the N largest or smallest values in a dataset without the
|
||||
expense of a full sort.
|
||||
|
||||
\item The \module{imaplib} module now supports IMAP's THREAD command.
|
||||
(Contributed by Yves Dionne.)
|
||||
\item The \module{imaplib} module now supports IMAP's THREAD command
|
||||
(contributed by Yves Dionne) and new \method{deleteacl()} and
|
||||
\method{myrights()} methods (contributed by Arnaud Mazin).
|
||||
|
||||
\item The \module{itertools} module gained a
|
||||
\function{groupby(\var{iterable}\optional{, \var{func}})} function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue