[Checkins] SVN: z3c.jbot/trunk/ Global template manager should be thread local.

Brian Sutherland jinty at web.de
Thu Nov 29 10:50:18 EST 2007


On Thu, Nov 29, 2007 at 08:20:53AM -0500, Malthe Borch wrote:
> Log message for revision 82025:
>   Global template manager should be thread local.
> 
> +import zope.thread
> +

Why not have one less dependency?

from threading import local

Or do you want it to work with python 2.3?

-- 
Brian Sutherland


More information about the Checkins mailing list