]> 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:39:36 +0000 (21:39 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Oct 2015 19:39:36 +0000 (21:39 +0200)
commitfbe04b68af58ea513cf95cb45dc0d2656bd67cfc
tree447fd3b7c8d2050235d6e48210186d0aa659baae
parent0a1ba709493656cb6f450c0ec3d07566185104b4
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