Note that code samples are Python 3 now (I hope!)

This commit is contained in:
Phillip J. Eby 2011-01-07 15:46:57 +00:00
parent ae2d59f75b
commit f9ef4167cb
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ Preface for Readers of PEP \333
This is an updated version of PEP 333, modified slightly to improve
usability under Python 3, and to incorporate several long-standing
de-facto amendments to the WSGI protocol.
de-facto amendments to the WSGI protocol. (Its code samples have
also been ported to Python 3.)
While for procedural reasons [6]_, this must be a distinct PEP, no
changes were made that invalidate previously-compliant servers or