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 serhiy.storchaka
Recipients alex, barry, docs@python, serhiy.storchaka, techtonik
Date 2017-03-26.19:17:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490555844.18.0.482139498742.issue19824@psf.upfronthosting.co.za>
In-reply-to
Content
Formatting with locals() and globals() should be used with careful. This is not the most idiomatic way of formatting. I think that the post in specialised blog would be better place for describing it than Python stdlib documentation.

Peoples coming from PHP world can use f-strings.
History
Date User Action Args
2017-03-26 19:17:24serhiy.storchakasetrecipients: + serhiy.storchaka, barry, techtonik, alex, docs@python
2017-03-26 19:17:24serhiy.storchakasetmessageid: <1490555844.18.0.482139498742.issue19824@psf.upfronthosting.co.za>
2017-03-26 19:17:24serhiy.storchakalinkissue19824 messages
2017-03-26 19:17:24serhiy.storchakacreate