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 terry.reedy
Recipients Marco Sulla, Miguel Amaral, gregory.p.smith, josh.r, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano, terry.reedy
Date 2020-11-21.10:44:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605955442.08.0.893525117924.issue36906@roundup.psfhosted.org>
In-reply-to
Content
I am opposed to more prefix characters.

Are any string literal optimizations done now at compile time, like for 'abc'.upper?  It does not exactly make sense to me to do just .dedent.  But without the optimization, adding str.dedent without removing textwrap.dedent does not add a whole lot.  (But it does add something, so I am mildly positive on the idea.)
History
Date User Action Args
2020-11-21 10:44:02terry.reedysetrecipients: + terry.reedy, rhettinger, gregory.p.smith, steven.daprano, methane, serhiy.storchaka, josh.r, mbussonn, pablogsal, remi.lapeyre, Marco Sulla, Miguel Amaral
2020-11-21 10:44:02terry.reedysetmessageid: <1605955442.08.0.893525117924.issue36906@roundup.psfhosted.org>
2020-11-21 10:44:02terry.reedylinkissue36906 messages
2020-11-21 10:44:02terry.reedycreate