Python3 Web Framework
Robert
sigzero at gmail.com
Fri Dec 31 21:53:49 EST 2010
On 2010-12-31 17:24:56 -0500, Alice BevanĂMcGregor said:
> On 2010-12-31 02:20:47 -0800, Terry Reedy said:
>
>> I believe some will be improved or even solved in 3.2.
>
> Evidence to back this statement up would be appreciated. ;)
>
> - Alice.
- wsgiref now implements and validates PEP 3333, rather than an experimental
extension of PEP 333. (Note: earlier versions of Python 3.x may have
incorrectly validated some non-compliant applications as WSGI compliant; if
your app validates with Python <3.2b1+, but not on this version, it is likely
the case that your app was not compliant.)
That is from the changes file...so they are working to fix it all.
HTH
--
Robert
More information about the Python-list
mailing list