[Python-checkins] r87817 - peps/trunk/pep-3333.txt

phillip.eby python-checkins at python.org
Fri Jan 7 16:46:57 CET 2011


Author: phillip.eby
Date: Fri Jan  7 16:46:57 2011
New Revision: 87817

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


Modified:
   peps/trunk/pep-3333.txt

Modified: peps/trunk/pep-3333.txt
==============================================================================
--- peps/trunk/pep-3333.txt	(original)
+++ peps/trunk/pep-3333.txt	Fri Jan  7 16:46:57 2011
@@ -17,7 +17,8 @@
 
 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


More information about the Python-checkins mailing list