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 chris.jerdonek, ezio.melotti, georg.brandl, gregory.p.smith, mark.dickinson, python-dev, serhiy.storchaka
Date 2012-12-25.23:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356476773.77.0.0808574796785.issue16772@psf.upfronthosting.co.za>
In-reply-to
Content
Greg:  please could you add a test?

I think that the new check may be too strict:  should we also be prepared to accept any object that implements __index__ as a base?  (Similar to the way that round accepts an __index__-aware object for its second argument.)

<grump> It would have been nice to have a chance to review this change before it was committed. </grump>
History
Date User Action Args
2012-12-25 23:06:13mark.dickinsonsetrecipients: + mark.dickinson, georg.brandl, gregory.p.smith, ezio.melotti, chris.jerdonek, python-dev, serhiy.storchaka
2012-12-25 23:06:13mark.dickinsonsetmessageid: <1356476773.77.0.0808574796785.issue16772@psf.upfronthosting.co.za>
2012-12-25 23:06:13mark.dickinsonlinkissue16772 messages
2012-12-25 23:06:13mark.dickinsoncreate