[Web-SIG] Request for Comments on upcoming WSGI Changes

P.J. Eby pje at telecommunity.com
Wed Sep 23 05:28:28 CEST 2009


At 05:12 PM 9/22/2009 -0700, Philip Jenvey wrote:
>Because our request container is a plain, pre-fabricated dict that
>doesn't permit the lazy behavior.

Not quite true; you can always write a library function, 
get_foo(environ) that does the lazy caching in a private environ key, 
at the cost of also caching the original value and doing a consistency check.



More information about the Web-SIG mailing list