Victor Godoy Poluceno <victorpoluc...@gmail.com> added the comment:

Can you provide a small example of this error?

This problem seems only occurer when a subclass of
socketserver.StreamRequestHandler provide a blank method "setup".

In your log error:

>> AttributeError: 'RequestHandler' object has no attribute 'wfile'

The class 'RequestHandler' is a subclass of
socketserver.StreamRequestHandler?

----------
nosy: +victorpoluceno

_______________________________________
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

Reply via email to