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 varun_masuraha
Date 2012-09-02.16:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346603155.58.0.703735136333.issue15850@psf.upfronthosting.co.za>
In-reply-to
Content
setup:
>>>myList=[1,True,'blah blah']
>>>print(myList.count(1))

Actual result:
2

Expected:
1
History
Date User Action Args
2012-09-02 16:25:55varun_masurahasetrecipients: + varun_masuraha
2012-09-02 16:25:55varun_masurahasetmessageid: <1346603155.58.0.703735136333.issue15850@psf.upfronthosting.co.za>
2012-09-02 16:25:55varun_masurahalinkissue15850 messages
2012-09-02 16:25:54varun_masurahacreate