[Python-checkins] python/dist/src/Doc/lib emailmimebase.tex,1.2,1.3

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 10 Mar 2003 21:03:27 -0800


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

Modified Files:
	emailmimebase.tex 
Log Message:
For email 2.5b1, we no longer add a trailing newline to
MIMEText.__init__()'s _text argument if it doesn't already end in a
newline.  This may be controversial.


Index: emailmimebase.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailmimebase.tex,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** emailmimebase.tex	1 Oct 2002 04:33:16 -0000	1.2
--- emailmimebase.tex	11 Mar 2003 05:03:25 -0000	1.3
***************
*** 152,157 ****
  character set of the text and is passed as a parameter to the
  \class{MIMENonMultipart} constructor; it defaults to \code{us-ascii}.  No
! guessing or encoding is performed on the text data, but a newline is
! appended to \var{_text} if it doesn't already end with a newline.
  
  \deprecated{2.2.2}{The \var{_encoding} argument has been deprecated.
--- 152,156 ----
  character set of the text and is passed as a parameter to the
  \class{MIMENonMultipart} constructor; it defaults to \code{us-ascii}.  No
! guessing or encoding is performed on the text data.
  
  \deprecated{2.2.2}{The \var{_encoding} argument has been deprecated.