[Python-checkins] python/dist/src/Doc/lib libimaplib.tex,1.23,1.24

loewis@users.sourceforge.net loewis@users.sourceforge.net
Thu, 27 Mar 2003 08:59:41 -0800


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

Modified Files:
	libimaplib.tex 
Log Message:
Replace criterium with criterion. Fixes #705120.


Index: libimaplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimaplib.tex,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** libimaplib.tex	2 Jan 2003 15:32:00 -0000	1.23
--- libimaplib.tex	27 Mar 2003 16:59:38 -0000	1.24
***************
*** 275,284 ****
  \end{methoddesc}
  
! \begin{methoddesc}{search}{charset, criterium\optional{, ...}}
    Search mailbox for matching messages.  Returned data contains a space
    separated list of matching message numbers.  \var{charset} may be
    \code{None}, in which case no \samp{CHARSET} will be specified in the
    request to the server.  The IMAP protocol requires that at least one
!   criterium be specified; an exception will be raised when the server
    returns an error.
  
--- 275,284 ----
  \end{methoddesc}
  
! \begin{methoddesc}{search}{charset, criterion\optional{, ...}}
    Search mailbox for matching messages.  Returned data contains a space
    separated list of matching message numbers.  \var{charset} may be
    \code{None}, in which case no \samp{CHARSET} will be specified in the
    request to the server.  The IMAP protocol requires that at least one
!   criterion be specified; an exception will be raised when the server
    returns an error.
  
***************
*** 326,335 ****
  \end{methoddesc}
  
! \begin{methoddesc}{sort}{sort_criteria, charset, search_criterium\optional{, ...}}
    The \code{sort} command is a variant of \code{search} with sorting semantics for
    the results.  Returned data contains a space
    separated list of matching message numbers.
  
!   Sort has two arguments before the \var{search_criterium}
    argument(s); a parenthesized list of \var{sort_criteria}, and the searching \var{charset}.
    Note that unlike \code{search}, the searching \var{charset} argument is mandatory.
--- 326,335 ----
  \end{methoddesc}
  
! \begin{methoddesc}{sort}{sort_criteria, charset, search_criterion\optional{, ...}}
    The \code{sort} command is a variant of \code{search} with sorting semantics for
    the results.  Returned data contains a space
    separated list of matching message numbers.
  
!   Sort has two arguments before the \var{search_criterion}
    argument(s); a parenthesized list of \var{sort_criteria}, and the searching \var{charset}.
    Note that unlike \code{search}, the searching \var{charset} argument is mandatory.