diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-07-28 02:34:12 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-07-28 02:34:12 (GMT) |
commit | bee417439eee87e8daa0145f5b16635356a64a8e (patch) | |
tree | a507c8f09b37bf20e77b225eecee32a346fdb444 /Doc/lib/libimaplib.tex | |
parent | 49667c257b75903aa59803819cfbca40ffae3483 (diff) | |
download | cpython-bee417439eee87e8daa0145f5b16635356a64a8e.zip cpython-bee417439eee87e8daa0145f5b16635356a64a8e.tar.gz cpython-bee417439eee87e8daa0145f5b16635356a64a8e.tar.bz2 |
Add versionadded info
Diffstat (limited to 'Doc/lib/libimaplib.tex')
-rw-r--r-- | Doc/lib/libimaplib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex index 5717026..7c2fa45 100644 --- a/Doc/lib/libimaplib.tex +++ b/Doc/lib/libimaplib.tex @@ -184,6 +184,7 @@ data = authobject(response) \begin{methoddesc}{deleteacl}{mailbox, who} Delete the ACLs (remove any rights) set for who on mailbox. +\versionadded{2.4} \end{methoddesc} \begin{methoddesc}{expunge}{} @@ -248,6 +249,7 @@ data = authobject(response) \begin{methoddes}{myrights}{mailbox} Show my ACLs for a mailbox (i.e. the rights that I have on mailbox). +\versionadded{2.4} \end{methoddesc} \begin{methoddesc}{namespace}{} |