--- /usr/lib/python2.4/textwrap.py 2008-01-03 13:36:29.000000000 +0100 +++ textwrap.py 2008-01-17 13:37:11.000000000 +0100 @@ -232,6 +232,9 @@ del chunks[-1] while chunks: + # forced break + if chunks[-1] == "\n": + break l = len(chunks[-1]) # Can at least squeeze this chunk onto the current line.