Commit 07d75ea9 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add an item

parent f6d4c379
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment