Message15024
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. |
|
Date |
User |
Action |
Args |
2007-08-23 14:11:45 | admin | link | issue699600 messages |
2007-08-23 14:11:45 | admin | create | |
|