2 Apr 2006 23:58
minor bug in PEP 333 example
There is a minor bug in the middleware example in PEP 333.
--- pep-0333.txt.orig Sun Apr 2 17:52:46 2006
+++ pep-0333.txt Sun Apr 2 17:53:02 2006
<at> <at> -352,7 +352,7 <at> <at>
def __init__(self, application):
self.application = application
- def __call__(environ, start_response):
+ def __call__(self, environ, start_response):
transform_ok = []
--
--
Doug Porter <dsp@...>
_______________________________________________
Web-SIG mailing list
Web-SIG@...
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: http://mail.python.org/mailman/options/web-sig/gcpw-web-sig%40m.gmane.org
RSS Feed