Issue 11976: Provide proper documentation for list data type (original) (raw)

Issue11976

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:16 admin set github: 56185
2011-05-01 20:31:47 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + superseder: Fix referencing of built-in types (list, int, ...)resolution: duplicate
2011-05-01 20:21:34 jonash create