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, josh.r, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-11-07.15:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573141040.14.0.737396279381.issue36906@roundup.psfhosted.org>
In-reply-to
Content
Excuse me for the spam, but against make it the default behavior I have a simple consideration: what will expect a person that reads the code, that doesn't know Python?

IMHO it expects that the string is *exactly* like it's written. The fact that it will be de-dented it's a bit surprising.

For readability and for not breaking old code, I continue to be in favor of a letter before the multi-string. Maybe `d`, for de-dent, it's more appropriate than `t`, since it does not only trim the string.

But probably there's a better solution than the letter.
History
Date User Action Args
2019-11-07 15:37:20Marco Sullasetrecipients: + Marco Sulla, rhettinger, gregory.p.smith, steven.daprano, methane, serhiy.storchaka, josh.r, mbussonn, pablogsal, remi.lapeyre
2019-11-07 15:37:20Marco Sullasetmessageid: <1573141040.14.0.737396279381.issue36906@roundup.psfhosted.org>
2019-11-07 15:37:20Marco Sullalinkissue36906 messages
2019-11-07 15:37:19Marco Sullacreate