Message257864
+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. |
|
Date |
User |
Action |
Args |
2016-01-09 21:39:21 | martin.panter | set | recipients:
+ martin.panter, vstinner, berker.peksag, serhiy.storchaka, mystor |
2016-01-09 21:39:21 | martin.panter | set | messageid: <1452375561.82.0.444558441918.issue25677@psf.upfronthosting.co.za> |
2016-01-09 21:39:21 | martin.panter | link | issue25677 messages |
2016-01-09 21:39:21 | martin.panter | create | |
|