]> granicus.if.org Git - python/commit
Issue #21827: Fixed textwrap.dedent() for the case when largest common
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:45:01 +0000 (21:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:45:01 +0000 (21:45 +0200)
commit2e0e18ba57ba4d8eb438734e2dc57bce0071f471
treefcec0d39c478aca44b570ca4070f7332e6ed07ef
parent549edcfa054cc40d212a9c171f5ec7d353f43260
parentf8152c67f52874cd4aa63f1cb3e1216382f98057
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.
Misc/ACKS
Misc/NEWS