This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients
Date 2003-03-10.17:22:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=12800

I believe this was added to make sure that when a MIMEText
was a subpart, the missing newline wouldn't break the
appending of the boundary text.  But we've since fixed that
breakage in another way, so I think the code in MIMEText is
wrong.  Eliminating it breaks a bunch of unit tests but they
appear easily reparable.

The b/w compat issues are tougher since there may indeed be
code relying on this.  I don't want to deprecate the whole
MIMEText class.  Maybe the least painful is to add an
argument to decide whether to add the newline or not.  I'll
bring this up on mimelib-devel and see what the consensus is.
History
Date User Action Args
2007-08-23 14:11:45adminlinkissue699600 messages
2007-08-23 14:11:45admincreate