[Python-checkins] r42255 - python/trunk/Doc/lib/libimaplib.tex
neal.norwitz
python-checkins at python.org
Tue Feb 7 08:23:27 CET 2006
Author: neal.norwitz
Date: Tue Feb 7 08:23:26 2006
New Revision: 42255
Modified:
python/trunk/Doc/lib/libimaplib.tex
Log:
Add versionadded note for new methods
Modified: python/trunk/Doc/lib/libimaplib.tex
==============================================================================
--- python/trunk/Doc/lib/libimaplib.tex (original)
+++ python/trunk/Doc/lib/libimaplib.tex Tue Feb 7 08:23:26 2006
@@ -225,6 +225,7 @@
\begin{methoddesc}{getannotation}{mailbox, entry, attribute}
Retrieve the specified \samp{ANNOTATION}s for \var{mailbox}.
The method is non-standard, but is supported by the \samp{Cyrus} server.
+\versionadded{2.5}
\end{methoddesc}
\begin{methoddesc}{getquota}{root}
@@ -364,6 +365,7 @@
\begin{methoddesc}{setannotation}{mailbox, entry, attribute\optional{, ...}}
Set \samp{ANNOTATION}s for \var{mailbox}.
The method is non-standard, but is supported by the \samp{Cyrus} server.
+\versionadded{2.5}
\end{methoddesc}
\begin{methoddesc}{setquota}{root, limits}
More information about the Python-checkins
mailing list