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 Marco Sulla
Recipients Marco Sulla, gregory.p.smith, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-11-06.20:59:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573073959.17.0.86004771744.issue36906@roundup.psfhosted.org>
In-reply-to
Content
If I can say my two cents:

1. I preferred that the default behaviour of multi-line was to dedent. But breaking old code, even if for a little percentage of code, IMHO is never a good idea. Py2->Py3 should have proved it.

2. ``` remembers me too much the Markdown for add a code block, not a text block

3. yes, the new prefix is really useless, because it's significant only for multiline strings. Anyway, if this solution is accepted, I propose `t` for `trim`.
History
Date User Action Args
2019-11-06 20:59:19Marco Sullasetrecipients: + Marco Sulla, rhettinger, gregory.p.smith, steven.daprano, methane, serhiy.storchaka, mbussonn, pablogsal, remi.lapeyre
2019-11-06 20:59:19Marco Sullasetmessageid: <1573073959.17.0.86004771744.issue36906@roundup.psfhosted.org>
2019-11-06 20:59:19Marco Sullalinkissue36906 messages
2019-11-06 20:59:18Marco Sullacreate