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 ethan.furman
Recipients amaury.forgeotdarc, barry, cvrebert, eli.bendersky, eric.snow, ethan.furman, ezio.melotti, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, rhettinger
Date 2013-08-04.07:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375600903.09.0.48656966351.issue18264@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand.

Type checks are already performed throughout the code (int, float, True, False, NaN, Inf, etc.).

What will opereator.index buy us?
History
Date User Action Args
2013-08-04 07:21:43ethan.furmansetrecipients: + ethan.furman, gvanrossum, barry, rhettinger, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, ezio.melotti, eli.bendersky, cvrebert, eric.snow
2013-08-04 07:21:43ethan.furmansetmessageid: <1375600903.09.0.48656966351.issue18264@psf.upfronthosting.co.za>
2013-08-04 07:21:43ethan.furmanlinkissue18264 messages
2013-08-04 07:21:42ethan.furmancreate