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 seblin
Recipients seblin
Date 2015-12-18.01:45:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450403111.33.0.306166289689.issue25898@psf.upfronthosting.co.za>
In-reply-to
Content
With the attached patch I propose to add a new function to the "collections" module. It is meant to be used for determining whether a given subsequence is part of a particular sequence (with respect to the ordering of the subsequence). 

Doing this in pure Python (using the CPython interpreter) is relatively slow. So I did the implementation in C.
History
Date User Action Args
2015-12-18 01:45:11seblinsetrecipients: + seblin
2015-12-18 01:45:11seblinsetmessageid: <1450403111.33.0.306166289689.issue25898@psf.upfronthosting.co.za>
2015-12-18 01:45:10seblinlinkissue25898 messages
2015-12-18 01:45:10seblincreate