]> granicus.if.org Git - python/commitdiff
For email 2.5b1, we no longer add a trailing newline to
authorBarry Warsaw <barry@python.org>
Tue, 11 Mar 2003 05:03:25 +0000 (05:03 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 11 Mar 2003 05:03:25 +0000 (05:03 +0000)
MIMEText.__init__()'s _text argument if it doesn't already end in a
newline.  This may be controversial.

Doc/lib/emailmimebase.tex

index 6bbd5dd840e23face8ce50058dbf24e1b39a36b6..3318d6aa8dcbb9304ee0dab23350f086e0c31983 100644 (file)
@@ -151,8 +151,7 @@ used to create MIME objects of major type \mimetype{text}.
 minor type and defaults to \mimetype{plain}.  \var{_charset} is the
 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.
+guessing or encoding is performed on the text data.
 
 \deprecated{2.2.2}{The \var{_encoding} argument has been deprecated.
 Encoding now happens implicitly based on the \var{_charset} argument.}