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 christian.heimes
Recipients christian.heimes, sebastian
Date 2007-11-13.14:20:41
SpamBayes Score 0.02055294
Marked as misclassified No
Message-id <1194963641.87.0.0967904983337.issue1436@psf.upfronthosting.co.za>
In-reply-to
Content
confirmed

The problem is in logging.config._install_handlers(cp, formatters). The
code is usin klass = eval(klass, vars(logging)) args = eval(args,
vars(logging)) to get the logger class from the logging module.
History
Date User Action Args
2007-11-13 14:20:42christian.heimessetspambayes_score: 0.0205529 -> 0.02055294
recipients: + christian.heimes, sebastian
2007-11-13 14:20:42christian.heimessetspambayes_score: 0.0205529 -> 0.0205529
messageid: <1194963641.87.0.0967904983337.issue1436@psf.upfronthosting.co.za>
2007-11-13 14:20:41christian.heimeslinkissue1436 messages
2007-11-13 14:20:41christian.heimescreate