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, georg.brandl, jonash, r.david.murray
Date 2011-06-01.17:37:51
SpamBayes Score 2.2772053e-06
Marked as misclassified No
Message-id <1306949872.73.0.907797957773.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed.

I experimented with tuple and tuple.count and it turns out that it’s not easily solved: the count method is documented in the table describing all sequences methods, which should not be duplicated IMO; I tried adding a .. method:: tuple.append directive to create a link target, but that does not work in a table row.  Maybe the index directives can do what we want, but I do not understand them.
History
Date User Action Args
2011-06-01 17:37:52eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson, ezio.melotti, r.david.murray, jonash, docs@python
2011-06-01 17:37:52eric.araujosetmessageid: <1306949872.73.0.907797957773.issue11975@psf.upfronthosting.co.za>
2011-06-01 17:37:52eric.araujolinkissue11975 messages
2011-06-01 17:37:51eric.araujocreate