Eric Blond <ebl...@tiscali.co.uk> 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 specialist, but I would have expected StreamRequestHandler to derive from RequestHandler and not the other way round, although it makes little difference to me as a user's point of view. Thanks a lot for pointing my mistake! Cheers, -Eric ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5746> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com