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 steven.daprano
Recipients george-shuklin, steven.daprano
Date 2017-02-09.10:25:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486635920.42.0.65383819012.issue29511@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-09 10:25:20steven.dapranosetrecipients: + steven.daprano, george-shuklin
2017-02-09 10:25:20steven.dapranosetmessageid: <1486635920.42.0.65383819012.issue29511@psf.upfronthosting.co.za>
2017-02-09 10:25:20steven.dapranolinkissue29511 messages
2017-02-09 10:25:20steven.dapranocreate