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 eric.araujo
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, jonash
Date 2011-05-06.17:37:40
SpamBayes Score 9.186448e-07
Marked as misclassified No
Message-id <1304703461.18.0.44489809637.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
str, list and friends are both functions and classes, if you want to go that way :)  Let’s keep purism out of this and discuss the result: we agree that missing links are a problem, so let’s fix it.

> How could it possibly work
What’s missing is class and method directives.  If you’re interested in submitting a patch, guidelines are found at http://docs.python.org/dev/documenting/markup#information-units and http://docs.python.org/devguide

> without decent documentation about the list data type?
I can understand your feelings, but such a comment is a bit harsh for all the volunteer time that’s been put into documenting Python.  http://docs.python.org/dev/library/functions#list and http://docs.python.org/dev/library/stdtypes#typesseq seem quite “decent” to me.
History
Date User Action Args
2011-05-06 17:37:41eric.araujosetrecipients: + eric.araujo, benjamin.peterson, ezio.melotti, jonash, docs@python
2011-05-06 17:37:41eric.araujosetmessageid: <1304703461.18.0.44489809637.issue11975@psf.upfronthosting.co.za>
2011-05-06 17:37:40eric.araujolinkissue11975 messages
2011-05-06 17:37:40eric.araujocreate