[issue14344] repr of email policies is wrong

R. David Murray report at bugs.python.org
Sat Mar 17 15:03:47 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

That doesn't produce an evalable repr, though.  The repr should actually be

   Policy(linesep='\\r\\n', max_line_length=None)

I'm not immediately seeing how to get that to happen.

----------

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


More information about the Python-bugs-list mailing list