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 josh.r
Recipients josh.r, mark.dickinson, serhiy.storchaka, wolma
Date 2016-11-16.22:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479333964.01.0.846526815219.issue28716@psf.upfronthosting.co.za>
In-reply-to
Content
Similarly, type checking for int might be replaced with calling operator.index on the input and handling the TypeError; that way, anything that has declared itself logically int-like is handled without explicit type checking at all.
History
Date User Action Args
2016-11-16 22:06:04josh.rsetrecipients: + josh.r, mark.dickinson, serhiy.storchaka, wolma
2016-11-16 22:06:04josh.rsetmessageid: <1479333964.01.0.846526815219.issue28716@psf.upfronthosting.co.za>
2016-11-16 22:06:03josh.rlinkissue28716 messages
2016-11-16 22:06:03josh.rcreate