This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author victorpoluceno
Recipients eblond, victorpoluceno
Date 2009-04-13.15:11:25
SpamBayes Score 0.0010391276
Marked as misclassified No
Message-id <1239635487.91.0.354803782266.issue5746@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-04-13 15:11:28victorpolucenosetrecipients: + victorpoluceno, eblond
2009-04-13 15:11:27victorpolucenosetmessageid: <1239635487.91.0.354803782266.issue5746@psf.upfronthosting.co.za>
2009-04-13 15:11:26victorpolucenolinkissue5746 messages
2009-04-13 15:11:26victorpolucenocreate