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 srid
Recipients srid, vinay.sajip
Date 2009-07-09.07:19:52
SpamBayes Score 9.900792e-06
Marked as misclassified No
Message-id <op.uwsha9zb1q4jlt@dhcp-106.activestate.com>
In-reply-to <1247122756.51.0.532572459757.issue6435@psf.upfronthosting.co.za>
Content
On Wed, 08 Jul 2009 23:59:17 -0700, Vinay Sajip <report@bugs.python.org>  
wrote:

> 1. The exception text cannot be cached in the formatter because a
> formatter will format lots and lots of records. Formatters live for a
> long time, records do not.

Ah, yes.

> Are you sure you've thought this through?

Not thoroughly .. as I missed the point 1. on formatter processing  
multiple records.
History
Date User Action Args
2009-07-09 07:19:54sridsetrecipients: + srid, vinay.sajip
2009-07-09 07:19:52sridlinkissue6435 messages
2009-07-09 07:19:52sridcreate