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 rbp
Recipients docs@python, rbp
Date 2010-09-18.09:11:08
SpamBayes Score 6.2256256e-11
Marked as misclassified No
Message-id <1284801081.96.0.0540649030597.issue9891@psf.upfronthosting.co.za>
In-reply-to
Content
The "Built-in methods" item of the "The standard type hierarchy" section of Doc/reference/datamodels.rst uses a list instance called "alist" as an example, and it says "__self__ is set to the object denoted by *list*." It should read "the object denoted by *alist*"

This affects all releases, so I've marked them all. But I suppose we don't care about 2.5 anymore. All the others are listed on docs.python.org (or are "trunk"), and I think should be fixed.

It's a trivial fix, and a single patch works 2.x and another for 3.x.
History
Date User Action Args
2010-09-18 09:11:22rbpsetrecipients: + rbp, docs@python
2010-09-18 09:11:21rbpsetmessageid: <1284801081.96.0.0540649030597.issue9891@psf.upfronthosting.co.za>
2010-09-18 09:11:15rbplinkissue9891 messages
2010-09-18 09:11:11rbpcreate