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.

classification
Title: Provide proper documentation for list data type
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Fix referencing of built-in types (list, int, ...)
View: 11975
Assigned To: docs@python Nosy List: docs@python, georg.brandl, jonash
Priority: normal Keywords:

Created on 2011-05-01 20:21 by jonash, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg134924 - (view) Author: Jonas H. (jonash) * Date: 2011-05-01 20:21
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.
msg134927 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2011-05-01 20:31
I'd go as far and say it is a duplicate. :)
History
Date User Action Args
2022-04-11 14:57:16adminsetgithub: 56185
2011-05-01 20:31:47georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg134927

superseder: Fix referencing of built-in types (list, int, ...)
resolution: duplicate
2011-05-01 20:21:34jonashcreate