]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21827: Fixed textwrap.dedent() for the case when largest common
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:39:36 +0000 (21:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:39:36 +0000 (21:39 +0200)
commitea4cb63e68d96697ff8eb9ea86da6158f27b95a2
tree017471658ea2343cce55ac59a16926db4c0b60e1
parent68b6874f59d80c41785a4d4a6874be89ad08fcd5
Issue #21827: Fixed textwrap.dedent() for the case when largest common
whitespace is a substring of smallest leading whitespace.
Based on patch by Robert Li.
Lib/test/test_textwrap.py
Lib/textwrap.py
Misc/ACKS
Misc/NEWS