]> granicus.if.org Git - python/commitdiff
Add versionadded note for new methods
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 7 Feb 2006 07:23:26 +0000 (07:23 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 7 Feb 2006 07:23:26 +0000 (07:23 +0000)
Doc/lib/libimaplib.tex

index 6f09551342f435d92768525d8a8ca0d1586e97b9..7658bc965f29c72407f1d912c72f6ee8c66a177d 100644 (file)
@@ -225,6 +225,7 @@ data = authobject(response)
 \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 @@ typ, msgnums = M.search(None, '(FROM "LDJ")')
 \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}