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, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-05-20.22:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558391595.54.0.762372624412.issue36906@roundup.psfhosted.org>
In-reply-to
Content
Agreed, I'm in favor of going forward with this .dedent() optimization approach today.

If we were to attempt a default indented multi-line str and bytes literal behavior change in the future (a much harder decision to make as it is a breaking change), that is its own issue and probably PEP worthy.
History
Date User Action Args
2019-05-20 22:33:15gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, steven.daprano, serhiy.storchaka, mbussonn, pablogsal, remi.lapeyre
2019-05-20 22:33:15gregory.p.smithsetmessageid: <1558391595.54.0.762372624412.issue36906@roundup.psfhosted.org>
2019-05-20 22:33:15gregory.p.smithlinkissue36906 messages
2019-05-20 22:33:15gregory.p.smithcreate