Add an item

This commit is contained in:
Andrew M. Kuchling 2004-07-27 12:13:25 +00:00
parent 544f1195b1
commit ce4bae6170
1 changed files with 3 additions and 2 deletions

View File

@ -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.