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 <[email protected]>
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: <[email protected]>
2010-06-09 10:48:47mark.dickinsonlinkissue8952 messages
2010-06-09 10:48:46mark.dickinsoncreate