On Fri, May 18, 2012 at 10:32 AM, Tim Chase <python.l...@tim.thechases.com> wrote: > Any thoughts on this? (other than "SocketServer should > have inherited from object which is a 2.x best-practice")
Well, Python 3 dodges the issue by making all classes inherit from object. That might be a solution :) ChrisA -- http://mail.python.org/mailman/listinfo/python-list