[Python-checkins] python/dist/src/Doc/lib libimaplib.tex,1.22,1.23
nnorwitz@users.sourceforge.net
nnorwitz@users.sourceforge.net
2003年1月02日 07:32:02 -0800
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv8024/Doc/lib
Modified Files:
libimaplib.tex
Log Message:
Add some version info for new methods and class
Index: libimaplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimaplib.tex,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** libimaplib.tex 22 Nov 2002 05:47:39 -0000 1.22
--- libimaplib.tex 2 Jan 2003 15:32:00 -0000 1.23
***************
*** 69,72 ****
--- 69,73 ----
This is a subclass derived from \class{IMAP4} that connects
to the \code{stdin/stdout} file descriptors created by passing \var{command} to \code{os.popen2()}.
+ \versionadded{2.3}
\end{classdesc}
***************
*** 214,217 ****
--- 215,219 ----
Force use of \samp{CRAM-MD5} authentication when identifying the client to protect the password.
Will only work if the server \samp{CAPABILITY} response includes the phrase \samp{AUTH=CRAM-MD5}.
+ \versionadded{2.3}
\end{methoddesc}
***************
*** 246,249 ****
--- 248,252 ----
Assume authentication as \var{user}.
Allows an authorised administrator to proxy into any user's mailbox.
+ \versionadded{2.3}
\end{methoddesc}