I'd like to propose a correction to the page at
https://wiki.python.org/moin/NewClassVsClassicClass:

Current text:

The minor syntactic difference is that New Style Classes happen to inherit
from object.

Proposed replacement:

The syntactic difference between new- and old-style classes is that the
former inherit from `object` and/or from other new-style classes.

Dr. Phillip M. Feldman
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to