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 azrdev
Recipients azrdev, eric.smith, r.david.murray, steven.daprano
Date 2016-09-28.11:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475061875.23.0.641578537466.issue24549@psf.upfronthosting.co.za>
In-reply-to
Content
(Sorry for not replying so long, I expected an email notification)

> Why not use string.Template?

because it's so slow

> I think that there may be a good argument to be made for a safe_format with *named* arguments, like string.Template, but not positional arguments.

Yes!

> But that would require some discussion, to decide on the correct behaviour.

What open question(s) do you think of?


For context, I got the idea for this from Qts .arg() which can be chained, see <https://doc.qt.io/qt-5/qstring.html#arg>.
History
Date User Action Args
2016-09-28 11:24:35azrdevsetrecipients: + azrdev, eric.smith, steven.daprano, r.david.murray
2016-09-28 11:24:35azrdevsetmessageid: <1475061875.23.0.641578537466.issue24549@psf.upfronthosting.co.za>
2016-09-28 11:24:35azrdevlinkissue24549 messages
2016-09-28 11:24:34azrdevcreate