[Python-checkins] python/dist/src/Lib imaplib.py,1.60,1.61

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


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

Modified Files:
	imaplib.py 
Log Message:
Replace criterium with criterion. Fixes #705120.


Index: imaplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/imaplib.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** imaplib.py	27 Feb 2003 20:14:34 -0000	1.60
--- imaplib.py	27 Mar 2003 16:59:36 -0000	1.61
***************
*** 574,578 ****
          """Search mailbox for matching messages.
  
!         (typ, [data]) = <instance>.search(charset, criterium, ...)
  
          'data' is space separated list of matching message numbers.
--- 574,578 ----
          """Search mailbox for matching messages.
  
!         (typ, [data]) = <instance>.search(charset, criterion, ...)
  
          'data' is space separated list of matching message numbers.