> As far as I know, and please correct me if I'm wrong, only Pylons does not
> pass the environ around -- it uses its thread-local/SOP stuff instead. This
> is, the only framework that can pass the environ to repoze.what predicates
> when used as decorators is Pylons (and derivatives). Every other WSGI
> framework simply pass the environ to the relevant application's controller
> (without keeping a thread-local reference to the environ).

I just googled a little bit:

http://werkzeug.pocoo.org/documentation/local

Looks pretty much like a similar mechanism.

Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to