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 rexdwyer
Recipients ezio.melotti, mrabarnett, rexdwyer
Date 2014-11-07.21:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415396521.35.0.326233142281.issue22817@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to split a DNA sequence with a restriction enzyme.
A description enzyme can be describe as, e.g.  r'(?<CA)(?=GCTG)'
I cannot get re.split to split on this pattern as perl 5 does.
History
Date User Action Args
2014-11-07 21:42:01rexdwyersetrecipients: + rexdwyer, ezio.melotti, mrabarnett
2014-11-07 21:42:01rexdwyersetmessageid: <1415396521.35.0.326233142281.issue22817@psf.upfronthosting.co.za>
2014-11-07 21:42:01rexdwyerlinkissue22817 messages
2014-11-07 21:42:01rexdwyercreate