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 gregory.p.smith
Recipients gregory.p.smith, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-11-06.20:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573071956.99.0.11784985766.issue36906@roundup.psfhosted.org>
In-reply-to
Content
Another option not using a new letter: A triple-backtick token.


def foo():
    value = ```this is a
 
    long multi line string i don't want indented.
    ```

A discuss thread was started so I reconnected it with this issue.  See
 https://discuss.python.org/t/trimmed-multiline-string/2600/8
History
Date User Action Args
2019-11-06 20:25:57gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, steven.daprano, methane, serhiy.storchaka, mbussonn, pablogsal, remi.lapeyre
2019-11-06 20:25:56gregory.p.smithsetmessageid: <1573071956.99.0.11784985766.issue36906@roundup.psfhosted.org>
2019-11-06 20:25:56gregory.p.smithlinkissue36906 messages
2019-11-06 20:25:56gregory.p.smithcreate