Changes by Mircea Cosbuc :
--
pull_requests: +491
___
Python tracker
<http://bugs.python.org/issue29478>
___
___
Python-bugs-list mailing list
Unsubscribe:
Mircea Cosbuc added the comment:
Thanks for the prompt feedback. In Python 3.2, the closest equivalent for the
illustrated issue I could find is:
>>> from email.message import Message
>>> from email.generator import Generator
>>> from sys import stdout
>>&g
Mircea Cosbuc added the comment:
Just to be sure, I performed the same operations with my changes in place,
there's no change in behaviour. I think it's expected since I only modified how
the Compat32 policy passes `max_line_length` to the he