• Raymond Hettinger's avatar
    SF bug 797650: Infinite loop in textwrap.py · c11dbcd4
    Raymond Hettinger yazdı
    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.
    c11dbcd4
textwrap.py 13.5 KB