]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix an endcase bug: initial_indent was ignored when the text was short
authorGuido van Rossum <guido@python.org>
Wed, 2 Oct 2002 15:47:32 +0000 (15:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Oct 2002 15:47:32 +0000 (15:47 +0000)
commiteb287a26621001fb5d945b7b6246ccac77378cc7
tree7b4a4cc4ac6bb09bda4956f98d0242fe17f2adba
parentfb4d6ecd0757c0863b8a2e45a57a6dfec13fbff6
Fix an endcase bug: initial_indent was ignored when the text was short
enough to fit in one line.
Lib/test/test_textwrap.py
Lib/textwrap.py