From: Andrew M. Kuchling Date: Tue, 27 Jul 2004 12:13:25 +0000 (+0000) Subject: Add an item X-Git-Tag: v2.4a2~130 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce4bae6170451553b3da5672764ea0c5ae5197f7;p=thirdparty%2FPython%2Fcpython.git Add an item --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index fc18a5f407c9..29927e9d2cec 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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.