Thanks Jonathan! On Tue, Sep 14, 2010 at 1:11 AM, Jonathan Lundell <jlund...@pobox.com>wrote:
> On Sep 13, 2010, at 12:33 PM, bally boy wrote: > > Could someone be kind enough to point me to the posts relating to these > changes in the new release:- > > > improved OpenID (thanks Michele) > > moved DAL and routes to thread.local (thanks Jonathan, again) (***) > > > The threading.local changes don't affect the API. My initial implementation > of app-specific routes was not thread-safe; this one is. > > The DAL was already thread-safe, but Massimo changed the relevant code to > use threading.local. >