]> granicus.if.org Git - python/commit
Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 16:32:27 +0000 (18:32 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Mar 2015 16:32:27 +0000 (18:32 +0200)
commit72bd327db0b26e542a327449bef77bd2bc059da4
treeafd02416b97da57618656c464f292cda959453cd
parentb365a06a8444c90e4c79d4bff1c58cd9dd793569
Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
Got rid of quadratic complexity in breaking long words.
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/NEWS