SocketServer.BaseRequestHandler and __init__/super()

Chris Angelico rosuav at gmail.com
Fri May 18 01:32:37 EDT 2012


On Fri, May 18, 2012 at 10:32 AM, Tim Chase
<python.list at 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



More information about the Python-list mailing list