On Tue, Nov 24, 2009 at 11:36:57PM +0100, Malthe Borch wrote:
> 2009/11/24 Henry Precheur <he...@precheur.org>:
> > (See http://tools.ietf.org/html/rfc2616#section-5)
> >
> > The request body, the request method (GET, POST, ...), the request URL,
> > the HTTP version are all in `environ`.
> 
> That reference does not mention the environment. It's not an official
> term.

Are you talking about PEP-333 or RFC 2616?

> > namedtuple is Python 2.6+: WSGI can't use it. WSGI must work w/ older
> > versions of Python.
> 
> It was meant as illustration, but sure.

Then what? Your proposal doesn't work. So let's forget about it and
stick to dict?

-- 
  Henry PrĂȘcheur
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to