[Python-checkins] python/dist/src/Doc/lib emailutil.tex,1.5,1.5.8.1

mwh@users.sourceforge.net mwh@users.sourceforge.net
Fri, 23 Aug 2002 09:08:40 -0700


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

Modified Files:
      Tag: release22-maint
	emailutil.tex 
Log Message:
backport bwarsaw's checkin of
    revision 1.6 of emailutil.tex

Minor typo: Message.getall() -> Message.get_all()


Index: emailutil.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailutil.tex,v
retrieving revision 1.5
retrieving revision 1.5.8.1
diff -C2 -d -r1.5 -r1.5.8.1
*** emailutil.tex	9 Nov 2001 17:08:13 -0000	1.5
--- emailutil.tex	23 Aug 2002 16:08:38 -0000	1.5.8.1
***************
*** 35,39 ****
  This method returns a list of 2-tuples of the form returned by
  \code{parseaddr()}.  \var{fieldvalues} is a sequence of header field
! values as might be returned by \method{Message.getall()}.  Here's a
  simple example that gets all the recipients of a message:
  
--- 35,39 ----
  This method returns a list of 2-tuples of the form returned by
  \code{parseaddr()}.  \var{fieldvalues} is a sequence of header field
! values as might be returned by \method{Message.get_all()}.  Here's a
  simple example that gets all the recipients of a message: