]> 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:43:12 +0000 (21:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:43:12 +0000 (21:43 +0200)
commitf8152c67f52874cd4aa63f1cb3e1216382f98057
tree40df18ddb09e88f3a17b771bc8adaecf2ecb2ec7
parent44b1020c121aa5511e8994496ee4e7a2ad9deb8d
parentea4cb63e68d96697ff8eb9ea86da6158f27b95a2
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