From: Serhiy Storchaka Date: Wed, 28 Oct 2015 19:45:01 +0000 (+0200) Subject: Issue #21827: Fixed textwrap.dedent() for the case when largest common X-Git-Tag: v3.6.0a1~1158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e0e18ba57ba4d8eb438734e2dc57bce0071f471;p=thirdparty%2FPython%2Fcpython.git 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. --- 2e0e18ba57ba4d8eb438734e2dc57bce0071f471