[Python-checkins] CVS: python/dist/src/Doc/lib libpoplib.tex,1.11,1.11.4.1

Fred L. Drake fdrake@users.sourceforge.net
2001年5月08日 20:57:03 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv29248/lib
Modified Files:
 Tag: release21-maint
	libpoplib.tex 
Log Message:
There is no IMAP class in the imaplib module; the class is IMAP4.
There is no imap module; refer to imaplib instead, since it exists.
Move the "See Also:" section in front of the sub-sections, for
consistency with other portions of the library reference.
This closes the library reference portion of SF bug #420216.
Index: libpoplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpoplib.tex,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -C2 -r1.11 -r1.11.4.1
*** libpoplib.tex	2001年01月11日 10:22:34	1.11
--- libpoplib.tex	2001年05月09日 03:57:01	1.11.4.1
***************
*** 21,26 ****
 implementation quality of POP3 servers varies widely, and too many are
 quite poor. If your mailserver supports IMAP, you would be better off
! using the \refmodule{IMAP} class, as IMAP servers tend to be better
! implemented.
 
 A single class is provided by the \module{poplib} module:
--- 21,26 ----
 implementation quality of POP3 servers varies widely, and too many are
 quite poor. If your mailserver supports IMAP, you would be better off
! using the \code{\refmodule{imaplib}.\class{IMAP4}} class, as IMAP
! servers tend to be better implemented.
 
 A single class is provided by the \module{poplib} module:
***************
*** 39,42 ****
--- 39,50 ----
 \end{excdesc}
 
+ \begin{seealso}
+ \seemodule{imaplib}{The standard Python IMAP module.}
+ \seetitle{http://www.tuxedo.org/~esr/fetchail/fetchmail-FAQ.html}{
+ 	The FAQ for the fetchmail POP/IMAP client collects information
+ 	on POP3 server variations and RFC noncompliance that may be
+ 	useful if you need to write an application based on poplib.} 
+ \end{seealso}
+ 
 
 \subsection{POP3 Objects \label{pop3-objects}}
***************
*** 126,136 ****
 \end{methoddesc}
 
- \begin{seealso}
- \seemodule{imap}{The standard Python IMAP module.}
- \seetitle{http://www.tuxedo.org/~esr/fetchail/fetchmail-FAQ.html}{
- 	The FAQ for the fetchmail POP/IMAP client collects information
- 	on POP3 server variations and RFC noncompliance that may be
- 	useful if you need to write an application based on poplib.} 
- \end{seealso}
 
 \subsection{POP3 Example \label{pop3-example}}
--- 134,137 ----

AltStyle によって変換されたページ (->オリジナル) /