[issue29511] Add 'find' as build-in method for lists

Steven D'Aprano report at bugs.python.org
Thu Feb 9 05:25:20 EST 2017


Steven D'Aprano added the comment:

Only 3.7 can receive new functionality.

Here is a pure Python implementation of a subsequence test:

https://code.activestate.com/recipes/577850-search-sequences-for-sub-sequence/

It appears to be reasonably popular on Activestate: it has about 7000 views, but a score of only 1. Take of that what you will. I interpret it as meaning it is of moderate but not great interest to people.

----------
nosy: +steven.daprano
versions:  -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29511>
_______________________________________


More information about the Python-bugs-list mailing list