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 alex
Recipients alex, varun_masuraha
Date 2012-09-02.16:30:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346603443.94.0.489700001511.issue15850@psf.upfronthosting.co.za>
In-reply-to
Content
list.count() uses == to compare items, 1 and True compare equal, so this behavior is correct.
History
Date User Action Args
2012-09-02 16:30:43alexsetrecipients: + alex, varun_masuraha
2012-09-02 16:30:43alexsetmessageid: <1346603443.94.0.489700001511.issue15850@psf.upfronthosting.co.za>
2012-09-02 16:30:43alexlinkissue15850 messages
2012-09-02 16:30:43alexcreate