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 gvanrossum
Recipients gvanrossum, theller
Date 2007-10-18.17:01:36
SpamBayes Score 0.09563614
Marked as misclassified No
Message-id <1192726897.32.0.660320436746.issue1295@psf.upfronthosting.co.za>
In-reply-to
Content
This is tough. On the one hand you are right that different classes that
have different formatException() methods aren't treated correctly; on
the other hand I think the caching is important for other cases where
there are multiple loggers all using the default formatException().

I recommend that instead of getting rid of the cache, you fix your class
by overriding format() to reset record.ex c_text and then calling the
base class format() method.
History
Date User Action Args
2007-10-18 17:01:37gvanrossumsetspambayes_score: 0.0956361 -> 0.09563614
recipients: + gvanrossum, theller
2007-10-18 17:01:37gvanrossumsetspambayes_score: 0.0956361 -> 0.0956361
messageid: <1192726897.32.0.660320436746.issue1295@psf.upfronthosting.co.za>
2007-10-18 17:01:37gvanrossumlinkissue1295 messages
2007-10-18 17:01:37gvanrossumcreate