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 eric.smith
Recipients Akos Kiss, ammar2, eric.smith, serhiy.storchaka, vstinner
Date 2020-02-20.15:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582214254.94.0.982714879896.issue39694@roundup.psfhosted.org>
In-reply-to
Content
Okay, then I agree with Serhiy on the change.

And I agree that .format(**locals()) is an anti-pattern, and should use .format_map(locals()) instead. Not that it's related directly to this issue, I just like to point it out where I can.
History
Date User Action Args
2020-02-20 15:57:34eric.smithsetrecipients: + eric.smith, vstinner, serhiy.storchaka, ammar2, Akos Kiss
2020-02-20 15:57:34eric.smithsetmessageid: <1582214254.94.0.982714879896.issue39694@roundup.psfhosted.org>
2020-02-20 15:57:34eric.smithlinkissue39694 messages
2020-02-20 15:57:34eric.smithcreate