[issue4326] type of UserList instance returns class instead of instance

Raymond Hettinger report at bugs.python.org
Fri Nov 14 22:41:14 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

That is because UserList is now a new-style class as a result of it
inheriting from the new abstract base classes.  I believe this is the
way Guido wanted it and do not see any deleterious impacts from the change.

Recommend closing as "won't fix" or "invalid".

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4326>
_______________________________________


More information about the Python-bugs-list mailing list