]> granicus.if.org Git - python/commit
Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,
authorGreg Ward <gward@python.net>
Sun, 11 Jun 2006 00:40:49 +0000 (00:40 +0000)
committerGreg Ward <gward@python.net>
Sun, 11 Jun 2006 00:40:49 +0000 (00:40 +0000)
commit7f54740c4ddacf99eba5bb18abe904a6a4960165
tree3bb108337bc5a5ac0b51f3cb4c5b59391b0d88e1
parent0e1159583c06fdf85d7d2dbe8b82e42565b9d166
Bug #1361643: fix textwrap.dedent() so it handles tabs appropriately,
i.e. do *not* expand tabs, but treat them as whitespace that is not
equivalent to spaces.  Add a couple of test cases.  Clarify docs.
Doc/lib/libtextwrap.tex
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS