remove separate _mstr macro feature? #10228
Labels
breaking
This change will break code
needs decision
A decision on this change is needed
parser
Language parsing and surface syntax
Milestone
There are now several
_str
macros with corresponding_mstr
versions, which are identical except that they callBase.triplequoted
first. I think this equivalence should be built in: for triple quoted strings, do the unindenting, then call the plain_str
macro.Needing to write two identical versions of every string macro is annoying. Even worse, the two versions might be utterly different, including not doing the expected unindenting, which seems to be a mere obfuscation-enabler.
The text was updated successfully, but these errors were encountered: