endolith <endol...@gmail.com> added the comment:

Ok.  I'm not sure what backwards compatibility issues would exist, though.

The only difference is that mboxrd converts
"\nFrom "  → "\n>From "
"\n>From " → "\n>>From "

making the conversion reversible, while mboxo does

"\nFrom "  → "\n>From "
"\n>From " → "\n>From " (no change)

which is ambiguous, and both get converted back to "\nFrom " when converting 
back to text, corrupting the original message.

mboxrd is essentially a bugfix for mboxo rather than a fundamentally different 
format.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to