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 rhettinger
Recipients Mital Ashok, python-dev, rhettinger, veky
Date 2022-01-30.05:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643521339.02.0.958449469846.issue46574@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the suggestion but I'm going to decline.

* The need for this is very low.  

* It's easy to roll your own.

* The code for `count('', 'a')` and `count((), (1,))` isn't intelligible.

* Without special casing, the code for `count('', 'a')` and `count((), (1,))` is highly inefficient.  We advise people not to use the 's = s + t' pattern in a loop for sequences because it leads to quadratic behavior.
History
Date User Action Args
2022-01-30 05:42:19rhettingersetrecipients: + rhettinger, python-dev, veky, Mital Ashok
2022-01-30 05:42:19rhettingersetmessageid: <1643521339.02.0.958449469846.issue46574@roundup.psfhosted.org>
2022-01-30 05:42:18rhettingerlinkissue46574 messages
2022-01-30 05:42:18rhettingercreate