[issue1859] textwrap doesn't linebreak on "\n"
Mark Dickinson
report at bugs.python.org
Thu Jan 17 16:25:55 CET 2008
Mark Dickinson added the comment:
Could you give an example showing the unexpected behaviour, and
describing what behaviour you'd expect, please?
As far as I can tell, the patch has no effect on textwrap.wrap or
textwrap.fill, since any newlines have already been converted to spaces
by the time the _wrap_chunks method is called.
Thanks.
----------
nosy: +marketdickinson
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1859>
__________________________________
More information about the Python-bugs-list
mailing list