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 progval
Recipients progval
Date 2011-02-05.17:12:21
SpamBayes Score 0.0017542285
Marked as misclassified No
Message-id <1296925941.73.0.695466140646.issue11130@psf.upfronthosting.co.za>
In-reply-to
Content
This seems odd to me: this line:
        self.RequestHandlerClass(request, client_address, self)
calls TCPServer's constructor:
    def __init__(self, server_address, RequestHandlerClass, bind_and_activate=True):
History
Date User Action Args
2011-02-05 17:12:21progvalsetrecipients: + progval
2011-02-05 17:12:21progvalsetmessageid: <1296925941.73.0.695466140646.issue11130@psf.upfronthosting.co.za>
2011-02-05 17:12:21progvallinkissue11130 messages
2011-02-05 17:12:21progvalcreate