]> granicus.if.org Git - python/commit
Patch #1581073: add a flag to textwrap that prevents the dropping of
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 18:15:41 +0000 (18:15 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 18:15:41 +0000 (18:15 +0000)
commit9e6b47002a563473ec966ac4d353b99df986f642
tree773fe857bc89bda60d0fb53213b723879a0a47c7
parent92a6baed7bfae3eaad31c47c5d80348b05a62d8c
Patch #1581073: add a flag to textwrap that prevents the dropping of
whitespace while wrapping.
Doc/lib/libtextwrap.tex
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS