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 ezio.melotti
Recipients chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan
Date 2012-11-29.04:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354162690.41.0.569458932361.issue16568@psf.upfronthosting.co.za>
In-reply-to
Content
> For all the built-in types, I see the value now.

The same applies for non built-in types too though (e.g. http://docs.python.org/3.4/library/collections.html).  The only difference is that the built-in ones have entries in functions.rst and use more links.

> Is that not good enough?

Not really, and creating additional links and suppressing others with :noindex: feels wrong.  The idea is that :class:`str` should just work and link to the right place.
History
Date User Action Args
2012-11-29 04:18:10ezio.melottisetrecipients: + ezio.melotti, georg.brandl, ncoghlan, eric.araujo, chris.jerdonek, docs@python
2012-11-29 04:18:10ezio.melottisetmessageid: <1354162690.41.0.569458932361.issue16568@psf.upfronthosting.co.za>
2012-11-29 04:18:10ezio.melottilinkissue16568 messages
2012-11-29 04:18:10ezio.melotticreate