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 mark.dickinson
Recipients docs@python, mark.dickinson, vstinner
Date 2010-06-09.10:48:46
SpamBayes Score 0.051740352
Marked as misclassified No
Message-id <1276080528.52.0.0744371433205.issue8952@psf.upfronthosting.co.za>
In-reply-to
Content
The other variable of interest here is that some integer formats will accept types with an __index__ method, while others won't.  I'm not sure which types fall into each category, right now.
History
Date User Action Args
2010-06-09 10:48:48mark.dickinsonsetrecipients: + mark.dickinson, vstinner, docs@python
2010-06-09 10:48:48mark.dickinsonsetmessageid: <1276080528.52.0.0744371433205.issue8952@psf.upfronthosting.co.za>
2010-06-09 10:48:47mark.dickinsonlinkissue8952 messages
2010-06-09 10:48:46mark.dickinsoncreate