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 adam.woodbeck
Recipients adam.woodbeck, docs@python, fdrake, orsenthil, rhettinger
Date 2011-06-21.22:21:39
SpamBayes Score 0.0005726126
Marked as misclassified No
Message-id <1308694906.16.0.899861582269.issue10403@psf.upfronthosting.co.za>
In-reply-to
Content
I grepped the documentation in the cpython repository and replaced all mentions of "member(s)" with "attribute(s)" where I felt appropriate.  I left mentions of "members" related to structs or any C documentation alone as I'm less confident of their terminology (I'm new around here).

I used "methods and attribute" in io.rst because BufferedIOBase included one attribute and several methods.  My terminology may be off, but I felt this was the correct replacement of "members."

Please review the patch and critique it as necessary.
History
Date User Action Args
2011-06-21 22:21:47adam.woodbecksetrecipients: + adam.woodbeck, fdrake, rhettinger, orsenthil, docs@python
2011-06-21 22:21:46adam.woodbecksetmessageid: <1308694906.16.0.899861582269.issue10403@psf.upfronthosting.co.za>
2011-06-21 22:21:45adam.woodbecklinkissue10403 messages
2011-06-21 22:21:45adam.woodbeckcreate