Message6999

Author amak
Recipients amak, fwierzbicki
Date 2012-03-31.19:42:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333222954.09.0.789878968299.issue1857@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be caused by us using an old version of SocketServer.py.

TCPServer gained an extra parameter, bind_and_activate.

http://bugs.python.org/issue1599845

If we update to the latest SocketServer, these issues should go away.

As an aside, why is SocketServer.py in the Lib directory of our hg repo? Is it not a cpython external?
History
Date User Action Args
2012-03-31 19:42:34amaksetmessageid: <1333222954.09.0.789878968299.issue1857@psf.upfronthosting.co.za>
2012-03-31 19:42:34amaksetrecipients: + amak, fwierzbicki
2012-03-31 19:42:34amaklinkissue1857 messages
2012-03-31 19:42:34amakcreate