[issue1923] meaningful whitespace can be lost in rfc822_escape

Tarek Ziadé report at bugs.python.org
Sat Dec 5 03:22:11 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

Notice that we are also losing something else that can mean a lot
in reST : empty lines. They also need to be escaped.

But we can't do it properly unless we encode empty lines with something
else than a 8 space line because when rfc822.Message reads it, it
removes it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1923>
_______________________________________


More information about the Python-bugs-list mailing list