[issue9140] SocketServer.BaseRequestHandler not a new-style class?
Eric Smith
report at bugs.python.org
Fri Jul 2 14:48:46 CEST 2010
Eric Smith <eric at trueblade.com> added the comment:
We can't change this for 2.6 since it's not a bug fix, and it's too late for 2.7. I doubt we would ever change it for 2.x, since it's likely to break other code is subtle ways.
In 3.x all classes are new-style, so it's not at issue there.
----------
nosy: +eric.smith
resolution: -> wont fix
stage: -> committed/rejected
status: open -> closed
type: behavior -> feature request
versions: +Python 2.7 -Python 2.6
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9140>
_______________________________________
More information about the Python-bugs-list
mailing list