[Python-checkins] CVS: python/dist/src/Doc/lib librfc822.tex,1.31.2.1,1.31.2.2

Fred L. Drake fdrake@users.sourceforge.net
Tue, 22 May 2001 08:17:14 -0700


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

Modified Files:
      Tag: release21-maint
	librfc822.tex 
Log Message:

Add a list of mapping interface methods which are not supported by
rfc822.Message (per Barry's comments).


Index: librfc822.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/librfc822.tex,v
retrieving revision 1.31.2.1
retrieving revision 1.31.2.2
diff -C2 -r1.31.2.1 -r1.31.2.2
*** librfc822.tex	2001/05/22 14:37:18	1.31.2.1
--- librfc822.tex	2001/05/22 15:17:12	1.31.2.2
***************
*** 220,224 ****
  (and consistently).  \class{Message} instances also support the
  mapping writable interface \code{\var{m}[name] = value} and \code{del
! \var{m}[name]}.
  
  Finally, \class{Message} instances have two public instance variables:
--- 220,227 ----
  (and consistently).  \class{Message} instances also support the
  mapping writable interface \code{\var{m}[name] = value} and \code{del
! \var{m}[name]}.  \class{Message} objects do not support the
! \method{clear()}, \method{copy()}, \method{get()}, \method{popitem()},
! \method{setdefault()}, or \method{update()} methods of the mapping
! interface.
  
  Finally, \class{Message} instances have two public instance variables: