[issue10366] Remove unneeded '(object)' from 3.x class examples
Raymond Hettinger
report at bugs.python.org
Mon Nov 22 01:33:11 CET 2010
Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:
These mostly look good. Do leave the howto documents as-is. They have some value across multiple versions of Python. Also, the descriptor how-to in particular gets some benefit from keeping (object) explicit because it helps remind users which version of __getattribute__ is being run.
Other than the how-tos, please go ahead and apply.
----------
nosy: +rhettinger
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10366>
_______________________________________
More information about the Python-bugs-list
mailing list