[Web-SIG] PEP 0333 and PEP XXXX Updated

Graham Dumpleton graham.dumpleton at gmail.com
Sun Sep 20 14:37:28 CEST 2009


2009/9/20 Armin Ronacher <armin.ronacher at active-4.com>:
> For that I would rather go like this:
>
> WSGI 1.0       stays the same as PEP 0333 currently is
> WSGI 1.1       becomes what Ian and I added to PEP 0333
> WSGI 2.0       becomes a modified version of PEP XXXX
> WSGI 3.0       like XXX but drops start_response
>
>
> ...
>
>> 2. Do we skip WSGI 1.X completely for Python 3.X and go straight to
>> WSGI 2.0 for Python 3.X?
> Yes.

Except that when I meant WSGI 2.0, I meant without start_response. You
instead bump dropping that out to WSGI 3.0, which is fine.

Okay, you just followed up with those clarifications anyway. :-)

Graham


More information about the Web-SIG mailing list