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-10.15:41:00
SpamBayes Score 0.0069593964
Marked as misclassified No
Message-id <1307720461.61.0.0593974548152.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
When I said “I don’t like the idea of built-in functions being displayed as ‘builtins.int’”, I was thinking about the output of “.. function:: int” in combination with the module directive.  I don’t know if using currentmodule instead of module would be better.
History
Date User Action Args
2011-06-10 15:41:01eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson, ezio.melotti, r.david.murray, jonash, docs@python
2011-06-10 15:41:01eric.araujosetmessageid: <1307720461.61.0.0593974548152.issue11975@psf.upfronthosting.co.za>
2011-06-10 15:41:01eric.araujolinkissue11975 messages
2011-06-10 15:41:00eric.araujocreate