]> granicus.if.org Git - python/commitdiff
Add an item
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Jul 2004 12:13:25 +0000 (12:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Jul 2004 12:13:25 +0000 (12:13 +0000)
Doc/whatsnew/whatsnew24.tex

index fc18a5f407c97ff158ba8a0448b848bb8b42cdfc..29927e9d2cec3afbfb02828e6285216942696244 100644 (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.