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 AlexWaygood, Dutcho, JelleZijlstra, docs@python, eric.araujo, ethan.furman, mdk, meersuri, python-dev, zach.ware
Date 2022-02-10.15:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644508094.25.0.89692059627.issue46586@roundup.psfhosted.org>
In-reply-to
Content
Thinking about it again: The issue is that these tables (for sys.float_info and other named tuples / structseqs) use the const role, which is not meant to identify attributes but to link to them (similar to func, mod, data, etc).  In other words we are fixing an issue that a wrong target is used, but we should not be linking for a target at all, this is the target.  So if we can’t use the equivalent of directives function, module, etc (that define the targets of func, mod, etc), then maybe they should be just ``name``, not :role:`name`.
History
Date User Action Args
2022-02-10 15:48:14eric.araujosetrecipients: + eric.araujo, docs@python, ethan.furman, python-dev, zach.ware, JelleZijlstra, mdk, Dutcho, AlexWaygood, meersuri
2022-02-10 15:48:14eric.araujosetmessageid: <1644508094.25.0.89692059627.issue46586@roundup.psfhosted.org>
2022-02-10 15:48:14eric.araujolinkissue46586 messages
2022-02-10 15:48:14eric.araujocreate