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 cool-RR
Recipients SilentGhost, cool-RR, docs@python, eric.araujo
Date 2011-01-13.21:47:44
SpamBayes Score 7.268411e-06
Marked as misclassified No
Message-id <1294955269.62.0.461861031932.issue10893@psf.upfronthosting.co.za>
In-reply-to
Content
I'm really confused by your comment.

"int being a function is really a CPython implementation detail"

I don't understand this. I should be able to do isinstance(x, int) in all implementations of Python, no? So `int` must be a class across all Python implementation, no?

"why would you want to consider the detail that it’s really a C function?"

I don't want to consider the detail that int is a C function, I thought that int is a class and expected it to be marked :class:`int` in the documentation.
History
Date User Action Args
2011-01-13 21:47:49cool-RRsetrecipients: + cool-RR, eric.araujo, SilentGhost, docs@python
2011-01-13 21:47:49cool-RRsetmessageid: <1294955269.62.0.461861031932.issue10893@psf.upfronthosting.co.za>
2011-01-13 21:47:44cool-RRlinkissue10893 messages
2011-01-13 21:47:44cool-RRcreate