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 sdwarwick
Recipients mitar, rhettinger, sdwarwick, vinay.sajip
Date 2017-09-24.22:14:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506291289.42.0.0551194989282.issue30995@psf.upfronthosting.co.za>
In-reply-to
Content
sorry, I meant the following:

logger.info( " {:s} {:s} ".format(logger.name, logger.module ) )

or 

logger.info( f" {logger.name:s} {logger.module:s} " ) 

this could be supported with full backward compatibility with very little effort.   

Am I missing something?
History
Date User Action Args
2017-09-24 22:14:49sdwarwicksetrecipients: + sdwarwick, rhettinger, vinay.sajip, mitar
2017-09-24 22:14:49sdwarwicksetmessageid: <1506291289.42.0.0551194989282.issue30995@psf.upfronthosting.co.za>
2017-09-24 22:14:49sdwarwicklinkissue30995 messages
2017-09-24 22:14:49sdwarwickcreate