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 rhettinger
Recipients gregory.p.smith, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-08-22.06:17:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566454621.51.0.804848857203.issue36906@roundup.psfhosted.org>
In-reply-to
Content
We should consider dedicated syntax for compile-time dedenting:

    d"""\
      This would be left aligned
          
          but this would only have four spaces

      And this would be left-justified.
    """   # Am not sure what to do about this last line
History
Date User Action Args
2019-08-22 06:17:01rhettingersetrecipients: + rhettinger, gregory.p.smith, steven.daprano, methane, serhiy.storchaka, mbussonn, pablogsal, remi.lapeyre
2019-08-22 06:17:01rhettingersetmessageid: <1566454621.51.0.804848857203.issue36906@roundup.psfhosted.org>
2019-08-22 06:17:01rhettingerlinkissue36906 messages
2019-08-22 06:17:01rhettingercreate