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-05-30.13:51:35
SpamBayes Score 0.00029027116
Marked as misclassified No
Message-id <1306763496.03.0.558943602936.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
Due to implementation details and history of CPython, it is not “more correct” to say that int is a function and a class.  You could argue either.  The question is however moot; when you mark up something with a mod, func, class or meth role, Sphinx will find the target without paying attention to its type.  So changing :func: to :class: does not bring anything.
History
Date User Action Args
2011-05-30 13:51:36eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson, ezio.melotti, r.david.murray, jonash, docs@python
2011-05-30 13:51:36eric.araujosetmessageid: <1306763496.03.0.558943602936.issue11975@psf.upfronthosting.co.za>
2011-05-30 13:51:35eric.araujolinkissue11975 messages
2011-05-30 13:51:35eric.araujocreate