[Web-SIG] WSGI for Python 3

Ian Bicking ianb at colorstudy.com
Sat Jul 17 00:13:35 CEST 2010


On Fri, Jul 16, 2010 at 5:06 PM, Ian Bicking <ianb at colorstudy.com> wrote:

> On Fri, Jul 16, 2010 at 4:47 PM, Tres Seaver <tseaver at palladion.com>wrote:
>
>>  > Basically all the internal strings are textish, so we're left with:
>>
>> What do you mean by "internal"?  Anything in the headers or the CGI
>> environment is intrinsically "bytes-ish" to me.  Do you mean that you
>> want application programmers to have them transparently decoded?  If so,
>> we can make that the responsibility of the non-middleware framework /
>> application.
>>
>
> By internal I mean all the CGI variables that aren't representing HTTP,
> like SERVER_NAME.
>

Actually I was thinking SERVER_SOFTWARE, though SERVER_NAME is somewhat
similar as it doesn't come from HTTP, it comes from server configuration.

-- 
Ian Bicking  |  http://blog.ianbicking.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/web-sig/attachments/20100716/ee6ec0ec/attachment.html>


More information about the Web-SIG mailing list