summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-07-27 12:13:25 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2004-07-27 12:13:25 (GMT)
commitce4bae6170451553b3da5672764ea0c5ae5197f7 (patch)
tree964d574ab6aea265bad3e32a9675a6c479a1bd85 /Doc
parent544f1195b113688008e23d86f8ee5a5a8537645f (diff)
downloadcpython-ce4bae6170451553b3da5672764ea0c5ae5197f7.zip
cpython-ce4bae6170451553b3da5672764ea0c5ae5197f7.tar.gz
cpython-ce4bae6170451553b3da5672764ea0c5ae5197f7.tar.bz2
Add an item
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew24.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex
index fc18a5f..29927e9 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.