[Python-checkins] CVS: python/dist/src/Doc/lib email.tex,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Thu, 27 Sep 2001 13:09:41 -0700


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

Modified Files:
	email.tex 
Log Message:
Markup adjustments.

Index: email.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/email.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** email.tex	2001/09/26 22:21:52	1.3
--- email.tex	2001/09/27 20:09:39	1.4
***************
*** 9,12 ****
--- 9,13 ----
      generating email messages, including MIME documents.}
  \moduleauthor{Barry A. Warsaw}{barry@zope.com}
+ \sectionauthor{Barry A. Warsaw}{barry@zope.com}
  
  \versionadded{2.2}
***************
*** 183,195 ****
  either been added or removed.  The semantics of some of the methods
  have also changed.  For the most part, any functionality available in
! \module{mimelib} is still available in the \module{email} package,
  albeit often in a different way.
  
  Here is a brief description of the differences between the
! \module{mimelib} and the \module{email} packages, along with hints on
  how to port your applications.
  
  Of course, the most visible difference between the two packages is
! that the package name has been changed to \module{email}.  In
  addition, the top-level package has the following differences:
  
--- 184,196 ----
  either been added or removed.  The semantics of some of the methods
  have also changed.  For the most part, any functionality available in
! \module{mimelib} is still available in the \refmodule{email} package,
  albeit often in a different way.
  
  Here is a brief description of the differences between the
! \module{mimelib} and the \refmodule{email} packages, along with hints on
  how to port your applications.
  
  Of course, the most visible difference between the two packages is
! that the package name has been changed to \refmodule{email}.  In
  addition, the top-level package has the following differences:
  
***************
*** 250,254 ****
  subparts for each header block in the delivery status
  notification\footnote{Delivery Status Notifications (DSN) are defined
! in \rfc{1894}}.
  
  The \class{Generator} class has no differences in its public
--- 251,255 ----
  subparts for each header block in the delivery status
  notification\footnote{Delivery Status Notifications (DSN) are defined
! in \rfc{1894}.}.
  
  The \class{Generator} class has no differences in its public