Changes by Eric Blond :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue5746>
___
___
Python-bugs-list mailing list
Unsubscri
Eric Blond added the comment:
That's it actually.
I forgot to call base class' setup() method when I redefined it in my
subclass. When I properly call StreamRequestHandler.setup() on my
derived class' setup(), everything works fine.
I'm not a socketserver speciali
New submission from Eric Blond :
Here's the traceback I got:
===
>>> s.serve_forever()
Exception happened during processing of request from ('127.0.0.1',
54611)
Traceback (most recent call last):
File "C:\Python30\lib\s