This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, fdrake, rhettinger
Date 2010-11-13.23:26:38
SpamBayes Score 0.0008724504
Marked as misclassified No
Message-id <1289690801.57.0.235163194714.issue10403@psf.upfronthosting.co.za>
In-reply-to
Content
> "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.
History
Date User Action Args
2010-11-13 23:26:41rhettingersetrecipients: + rhettinger, fdrake, docs@python
2010-11-13 23:26:41rhettingersetmessageid: <1289690801.57.0.235163194714.issue10403@psf.upfronthosting.co.za>
2010-11-13 23:26:38rhettingerlinkissue10403 messages
2010-11-13 23:26:38rhettingercreate