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 vinay.sajip
Recipients vinay.sajip, wcmaier
Date 2008-03-29.20:14:25
SpamBayes Score 0.074338935
Marked as misclassified No
Message-id <1206821666.65.0.740093814486.issue2473@psf.upfronthosting.co.za>
In-reply-to
Content
You don't need to change the logging package for this. Simply generate a
bona-fide dict from your UserDict or DictMixin subclass as follows:

dict(userDict_or_mixIn_instance)

and pass that into the logging call instead of userDict_or_mixIn_instance.
History
Date User Action Args
2008-03-29 20:14:26vinay.sajipsetspambayes_score: 0.0743389 -> 0.074338935
recipients: + vinay.sajip, wcmaier
2008-03-29 20:14:26vinay.sajipsetspambayes_score: 0.0743389 -> 0.0743389
messageid: <1206821666.65.0.740093814486.issue2473@psf.upfronthosting.co.za>
2008-03-29 20:14:26vinay.sajiplinkissue2473 messages
2008-03-29 20:14:25vinay.sajipcreate