[issue10403] Use "member" consistently

Raymond Hettinger report at bugs.python.org
Sun Nov 14 00:26:41 CET 2010


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

> "Members and methods" should just be "attributes".

+1 

That substitution should be made almost everywhere.

Individual slot variable are still called members though
and their type is a member_descriptor.  And the C API
still has a tp_members entry.  Otherwise, it looks like
the term member is out-of-date.

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

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


More information about the Python-bugs-list mailing list