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.araujo
Recipients eric.araujo, georg.brandl, kelsey.hightower, tarek
Date 2011-01-29.19:37:19
SpamBayes Score 0.0001099131
Marked as misclassified No
Message-id <1296329839.82.0.100755129087.issue11045@psf.upfronthosting.co.za>
In-reply-to
Content
I’ve checked the code and this is the only place where logger.* is not protected by a check for None.  There is no unit test, though.

My patch adds two things: Make one formatting call lazy (use logging.info(one, two) instead of one % two), lower-case one message for consistent output).  If we want to be ultra-conservative, Kelsey’s patch is to be preferred.
History
Date User Action Args
2011-01-29 19:37:19eric.araujosetrecipients: + eric.araujo, georg.brandl, tarek, kelsey.hightower
2011-01-29 19:37:19eric.araujosetmessageid: <1296329839.82.0.100755129087.issue11045@psf.upfronthosting.co.za>
2011-01-29 19:37:19eric.araujolinkissue11045 messages
2011-01-29 19:37:19eric.araujocreate