[Python-checkins] python/dist/src/Doc/lib libpoplib.tex,1.14,1.14.6.1

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Fri, 18 Oct 2002 09:50:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv25220

Modified Files:
      Tag: release22-maint
	libpoplib.tex 
Log Message:
Fix reference to the Fetchmail FAQ:
- URL was missing an "m"
- markup for tilde was wrong
- URL was marked as the title
- actual title was omitted

"make webcheck" didn't catch this; not sure why.

Removed some spurious end-of-line whitespace.


Index: libpoplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libpoplib.tex,v
retrieving revision 1.14
retrieving revision 1.14.6.1
diff -C2 -d -r1.14 -r1.14.6.1
*** libpoplib.tex	5 Dec 2001 22:37:21 -0000	1.14
--- libpoplib.tex	18 Oct 2002 16:50:39 -0000	1.14.6.1
***************
*** 41,48 ****
  \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}
  
--- 41,50 ----
  \begin{seealso}
    \seemodule{imaplib}{The standard Python IMAP module.}
!   \seetitle[http://www.tuxedo.org/\~{}esr/fetchmail/fetchmail-FAQ.html]
!         {Frequently Asked Questions About Fetchmail}
!         {The FAQ for the \program{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 the POP protocol.}
  \end{seealso}
  
***************
*** 106,110 ****
  Flag message number \var{which} for deletion.  On most servers
  deletions are not actually performed until QUIT (the major exception is
! Eudora QPOP, which deliberately violates the RFCs by doing pending 
  deletes on any disconnect).
  \end{methoddesc}
--- 108,112 ----
  Flag message number \var{which} for deletion.  On most servers
  deletions are not actually performed until QUIT (the major exception is
! Eudora QPOP, which deliberately violates the RFCs by doing pending
  deletes on any disconnect).
  \end{methoddesc}
***************
*** 124,128 ****
  \begin{methoddesc}{top}{which, howmuch}
  Retrieves the message header plus \var{howmuch} lines of the message
! after the header of message number \var{which}. Result is in form 
  \code{(\var{response}, ['line', ...], \var{octets})}.
  
--- 126,130 ----
  \begin{methoddesc}{top}{which, howmuch}
  Retrieves the message header plus \var{howmuch} lines of the message
! after the header of message number \var{which}. Result is in form
  \code{(\var{response}, ['line', ...], \var{octets})}.