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 martin.panter
Recipients berker.peksag, martin.panter, mystor, serhiy.storchaka, vstinner
Date 2016-01-09.21:39:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452375561.82.0.444558441918.issue25677@psf.upfronthosting.co.za>
In-reply-to
Content
+script = textwrap.dedent("1 + 1 = 2\n")
You don’t need that first textwrap.dedent() call. It is only useful if the string has extra indentation at the start, as in the second multiline one.
History
Date User Action Args
2016-01-09 21:39:21martin.pantersetrecipients: + martin.panter, vstinner, berker.peksag, serhiy.storchaka, mystor
2016-01-09 21:39:21martin.pantersetmessageid: <1452375561.82.0.444558441918.issue25677@psf.upfronthosting.co.za>
2016-01-09 21:39:21martin.panterlinkissue25677 messages
2016-01-09 21:39:21martin.pantercreate