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 barry, eric.smith, larry, levkivskyi, serhiy.storchaka
Date 2019-05-07.05:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557205505.57.0.267304453154.issue36817@roundup.psfhosted.org>
In-reply-to
Content
I like this!

Except that I think that !f is not needed. You can use repr by default only when no format spec is specified, and add explicit !r if you want to use repr with the format spec. If you want to format the value without repr and the format spec -- specify the empty format spec: f"{foo=:}".
History
Date User Action Args
2019-05-07 05:05:05serhiy.storchakasetrecipients: + serhiy.storchaka, barry, larry, eric.smith, levkivskyi
2019-05-07 05:05:05serhiy.storchakasetmessageid: <1557205505.57.0.267304453154.issue36817@roundup.psfhosted.org>
2019-05-07 05:05:05serhiy.storchakalinkissue36817 messages
2019-05-07 05:05:05serhiy.storchakacreate