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 varun_masuraha
Recipients alex, varun_masuraha
Date 2012-09-02.18:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346610223.7.0.054398965133.issue15850@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Alex for the reply,

Although Booleans & Integers may not be very practical in same list (or tuple, etc.) & the fact that bool is subclass of int, still I feel that the search implementation (count, index, etc.) is too simple in that matter.
Comparing both Value AND Data type while searching, looks more exact to me...

regards,
Varun
History
Date User Action Args
2012-09-02 18:23:43varun_masurahasetrecipients: + varun_masuraha, alex
2012-09-02 18:23:43varun_masurahasetmessageid: <1346610223.7.0.054398965133.issue15850@psf.upfronthosting.co.za>
2012-09-02 18:23:43varun_masurahalinkissue15850 messages
2012-09-02 18:23:43varun_masurahacreate