[Web-SIG] minor bug in PEP 333 example

Guido van Rossum guido at python.org
Mon Apr 3 21:06:59 CEST 2006


Thanks, fixed.

On 4/2/06, Doug Porter <dsp at dsp.name> wrote:
> 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
> @@ -352,7 +352,7 @@
>          def __init__(self, application):
>              self.application = application
>
> -        def __call__(environ, start_response):
> +        def __call__(self, environ, start_response):
>
>              transform_ok = []
>
>
>
> --
> Doug Porter <dsp at dsp.name>
> _______________________________________________
> Web-SIG mailing list
> Web-SIG at python.org
> Web SIG: http://www.python.org/sigs/web-sig
> Unsubscribe: http://mail.python.org/mailman/options/web-sig/guido%40python.org
>


--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Web-SIG mailing list