commit | f8152c67f52874cd4aa63f1cb3e1216382f98057 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 28 21:43:12 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 28 21:43:12 2015 +0200 |
tree | 40df18ddb09e88f3a17b771bc8adaecf2ecb2ec7 | |
parent | 44b1020c121aa5511e8994496ee4e7a2ad9deb8d [diff] | |
parent | ea4cb63e68d96697ff8eb9ea86da6158f27b95a2 [diff] |
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.