commit | c11dbcd4bfb6c366e9ce541b982a036b34f7c30c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Aug 30 14:43:55 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Aug 30 14:43:55 2003 +0000 |
tree | 1ff7b900d7de13d81b1c46b0ba8c3c882184d679 | |
parent | 62297132215490e9cb406e1a21f03aff40d421cb [diff] |
SF bug 797650: Infinite loop in textwrap.py When the indents were set to longer than the width and long word breaking was enabled, an infinite loop would result because the inner loop did not assure that at least one character was stripped off on every pass.