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 r.david.murray
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, jonash, r.david.murray
Date 2011-05-30.15:12:04
SpamBayes Score 3.013856e-11
Marked as misclassified No
Message-id <1306768324.76.0.103937827449.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
It should certainly be reported to the sphinx tracker where the right people to make the decision for sphinx itself will see it.  Then if the decision is that type matters, python can decide how we want to handle that fact.  Since the core of sphinx does not care about type, I suspect this will be viewed as a bug in InterSphinx, but I could well be wrong.

Note that not using :func: does change the generated text.  With :func: you get () after the name, with :class: you don't.  So changing :func: to :class: for these is a decision that would need some discussion.

Also note that I'm guessing that there will be people who will object to expanding the description of the sequence types into full class/method docs.  So this, too, is a change that needs to be discussed with a wider audience.  I think I'm +0 on it myself; it makes the docs less concise and leads to redundant text, but it also make it easier to look up the method set of individual sequence types.
History
Date User Action Args
2011-05-30 15:12:04r.david.murraysetrecipients: + r.david.murray, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, jonash, docs@python
2011-05-30 15:12:04r.david.murraysetmessageid: <1306768324.76.0.103937827449.issue11975@psf.upfronthosting.co.za>
2011-05-30 15:12:04r.david.murraylinkissue11975 messages
2011-05-30 15:12:04r.david.murraycreate