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 spaceman_spiff
Recipients docs@python, fdrake, spaceman_spiff, vinay.sajip
Date 2019-04-06.06:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554533043.19.0.958507482406.issue36532@roundup.psfhosted.org>
In-reply-to
Content
I was under the impression that this was all it takes to use loggers with the normal string.format syntax.
e.g.:
   log.info('{}', 'Test')
Turns out when I tested it I used f-strings in the first parameters - so I got it wrong.
Imho this can be closed and the pr rejected.
Sorry for wasting your time :)
History
Date User Action Args
2019-04-06 06:44:03spaceman_spiffsetrecipients: + spaceman_spiff, fdrake, vinay.sajip, docs@python
2019-04-06 06:44:03spaceman_spiffsetmessageid: <1554533043.19.0.958507482406.issue36532@roundup.psfhosted.org>
2019-04-06 06:44:03spaceman_spifflinkissue36532 messages
2019-04-06 06:44:03spaceman_spiffcreate