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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, rexdwyer, serhiy.storchaka
Date 2014-11-07.21:58:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
>>> re.split(r'(?<=CA)(?=GCTG)', 'CAGCTG')
['CAGCTG']

I think expected output is ['CA', 'GCTG'].
History
Date User Action Args
2014-11-07 21:58:27serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, rexdwyer
2014-11-07 21:58:27serhiy.storchakasetmessageid: <[email protected]>
2014-11-07 21:58:27serhiy.storchakalinkissue22817 messages
2014-11-07 21:58:27serhiy.storchakacreate