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 jonash
Recipients docs@python, jonash
Date 2011-05-01.20:21:34
SpamBayes Score 0.0009273761
Marked as misclassified No
Message-id <1304281297.09.0.311318691729.issue11976@psf.upfronthosting.co.za>
In-reply-to
Content
Provide a proper `list` method reference (like the one for `dict`, http://docs.python.org/library/stdtypes.html#dict).

Right now, documentation about lists is spread over multiple topics (.rst files) and methods are documented in footnotes.

Also, intersphinx-ing and list methods is not possible -- :meth:`list.foo` does not create any links due to missing documentation. This is also related to #11975.
History
Date User Action Args
2011-05-01 20:21:37jonashsetrecipients: + jonash, docs@python
2011-05-01 20:21:37jonashsetmessageid: <1304281297.09.0.311318691729.issue11976@psf.upfronthosting.co.za>
2011-05-01 20:21:34jonashlinkissue11976 messages
2011-05-01 20:21:34jonashcreate