[issue1859] textwrap doesn't linebreak on "\n"

Tom Parker report at bugs.python.org
Thu Jan 17 16:52:11 CET 2008


Tom Parker added the comment:

If replace_whitespace in textwrap is set to False (True is default) then
there are newlines. Yes, if you haven't set this then the patch does
nothing (but that sounds sane to me)

The exact text was "RadioTest TOSSIM stress tester by Tom Parker
<t.e.v.parker at tudelft.nl>\nKeeps running TOSSIM with random seeds until
something fails", which with a width of 78 gets broken both before and
after the "Keeps".

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1859>
__________________________________


More information about the Python-bugs-list mailing list