Re: [Web-SIG] WSGI for Python 3

2010-08-30 Thread P.J. Eby
At 02:37 PM 8/30/2010 +1000, Graham Dumpleton wrote: Anyway, rather than keep arguing the point and move forward, let us perhaps start now with the following definitions and new names to identify them. We can even go a bit stupid and give each its own code name so they are in part more memorable.

Re: [Web-SIG] WSGI for Python 3

2010-08-30 Thread Ian Bicking
Just to narrow in on one case, URLs, there are a few pieces of information that make up the URL: wsgi.url_scheme: this is *not* present in the request, it's inferred somehow (e.g., by the port the client connected to) HTTP_HOST: this is a header. It typically contains both the hostname and the p