From f9ef4167cb93f7e31f0834cc2f4b515d145f3593 Mon Sep 17 00:00:00 2001 From: "Phillip J. Eby" Date: Fri, 7 Jan 2011 15:46:57 +0000 Subject: [PATCH] Note that code samples are Python 3 now (I hope!) --- pep-3333.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-3333.txt b/pep-3333.txt index c5f21ae45..242d21f5d 100644 --- a/pep-3333.txt +++ b/pep-3333.txt @@ -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