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 BNMetrics
Recipients BNMetrics, gvanrossum, vinay.sajip
Date 2018-10-01.20:58:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538427520.63.0.545547206417.issue34844@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Vinay!
I think you have some good points! :)

I'm going to make the following changes
- re-raise the keyError into ValueError in XXXStyle.format
- add validate() methods to XXXstyle class, and call them in logging.Formatter

Best regards,
Luna Chen
History
Date User Action Args
2018-10-01 20:58:40BNMetricssetrecipients: + BNMetrics, gvanrossum, vinay.sajip
2018-10-01 20:58:40BNMetricssetmessageid: <1538427520.63.0.545547206417.issue34844@psf.upfronthosting.co.za>
2018-10-01 20:58:40BNMetricslinkissue34844 messages
2018-10-01 20:58:40BNMetricscreate