> When called with the count argument, should it raise ValueError if there 
> are fewer than `count` occurrences of the element in the list?
No, it shouldn't. It would raise ValueError if the element is not found within 
the list though.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/INQAKMFLPSA5J24DO6L372C27CV6RHLD/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to