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

Tom Parker report at bugs.python.org
Thu Jan 17 13:40:27 CET 2008


New submission from Tom Parker:

If a piece of text given to textwrap contains one or more "\n", textwrap
does not break at that point. I would have expected "\n" characters to
cause forced breaks.

----------
components: Library (Lib)
messages: 60026
nosy: palfrey
severity: minor
status: open
title: textwrap doesn't linebreak on "\n"
type: behavior
versions: Python 2.4, Python 2.5

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


More information about the Python-bugs-list mailing list