[Python-checkins] python/dist/src/Doc/lib libimaplib.tex,1.20,1.21
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
Fri, 19 Jul 2002 17:46:14 -0700
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27716/Doc/lib
Modified Files:
libimaplib.tex
Log Message:
add versionadded to doc
Index: libimaplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimaplib.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libimaplib.tex 17 Jun 2002 07:07:20 -0000 1.20
--- libimaplib.tex 20 Jul 2002 00:46:12 -0000 1.21
***************
*** 178,181 ****
--- 178,182 ----
Get the \samp{quota} \var{root}'s resource usage and limits.
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
+ \versionadded{2.3}
\end{methoddesc}
***************
*** 183,186 ****
--- 184,188 ----
Get the list of \samp{quota} \samp{roots} for the named \var{mailbox}.
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
+ \versionadded{2.3}
\end{methoddesc}
***************
*** 287,290 ****
--- 289,293 ----
Set the \samp{quota} \var{root}'s resource \var{limits}.
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
+ \versionadded{2.3}
\end{methoddesc}