This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients ezio.melotti, jayvdb, levkivskyi, pitrou, puppet, python-dev, r.david.murray, rhettinger, robertjli, serhiy.storchaka, yjchen, zach.ware
Date 2015-10-28.19:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151028194539.496.97780@psf.io>
In-reply-to
Content
New changeset faeeb8dbe432 by Serhiy Storchaka in branch '3.4':
Issue #21827: Fixed textwrap.dedent() for the case when largest common
https://hg.python.org/cpython/rev/faeeb8dbe432

New changeset c307ae7b3d9f by Serhiy Storchaka in branch '2.7':
Issue #21827: Fixed textwrap.dedent() for the case when largest common
https://hg.python.org/cpython/rev/c307ae7b3d9f

New changeset 3f29be82c944 by Serhiy Storchaka in branch '3.5':
Issue #21827: Fixed textwrap.dedent() for the case when largest common
https://hg.python.org/cpython/rev/3f29be82c944

New changeset 8d3932671e48 by Serhiy Storchaka in branch 'default':
Issue #21827: Fixed textwrap.dedent() for the case when largest common
https://hg.python.org/cpython/rev/8d3932671e48
History
Date User Action Args
2015-10-28 19:46:09python-devsetrecipients: + python-dev, rhettinger, pitrou, ezio.melotti, r.david.murray, zach.ware, serhiy.storchaka, puppet, robertjli, yjchen, jayvdb, levkivskyi
2015-10-28 19:46:09python-devlinkissue21827 messages
2015-10-28 19:46:09python-devcreate