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.
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 -> closed nosy: + georg.brandl messages: + msg134927 superseder: Fix referencing of built-in types (list, int, ...) resolution: duplicate |
| 2011年05月01日 20:21:34 | jonash | create | |