mirror of https://github.com/python/cpython
Add an item
This commit is contained in:
parent
544f1195b1
commit
ce4bae6170
|
@ -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…
Reference in New Issue