[issue9140] SocketServer.BaseRequestHandler not a new-style class?

Peter Froehlich report at bugs.python.org
Fri Jul 2 15:33:19 CEST 2010


Peter Froehlich <peter.hans.froehlich at gmail.com> added the comment:

On Fri, Jul 2, 2010 at 8:50 AM, Éric Araujo <report at bugs.python.org> wrote:
> -    super(Handler, self).do_GET()
> +    Handler.do_GET(self)

Yep, that's how I solved it. :-D

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9140>
_______________________________________


More information about the Python-bugs-list mailing list