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 benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, jonash, r.david.murray
Date 2011-05-30.10:38:52
SpamBayes Score 5.6392964e-05
Marked as misclassified No
Message-id <1306751933.07.0.250319995675.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not.

My patch doesn't address the problem of unlinkable methods but wrong type declarations (read, wrong usage of ".. function::" directives) for builtins like int, float, bool, list etc. Because the directives change, the roles used to link to them (":func:`list`") have to be changed accordingly.  That's what this patch does.

I want to address `list` method documentation in the next step.
History
Date User Action Args
2011-05-30 10:38:53jonashsetrecipients: + jonash, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, docs@python
2011-05-30 10:38:53jonashsetmessageid: <1306751933.07.0.250319995675.issue11975@psf.upfronthosting.co.za>
2011-05-30 10:38:52jonashlinkissue11975 messages
2011-05-30 10:38:52jonashcreate