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 nneonneo
Recipients BMintern, effbot, gerardjp, mchaput, nneonneo, timehorse
Date 2008-12-24.21:30:42
SpamBayes Score 0.17163324
Marked as misclassified No
Message-id <1230154243.36.0.868451219096.issue1519638@psf.upfronthosting.co.za>
In-reply-to
Content
How would I apply that workaround to my example?

re.sub("foo(?:b(ar)|baz)","\\1","foobaz")
History
Date User Action Args
2008-12-24 21:30:43nneonneosetrecipients: + nneonneo, effbot, mchaput, timehorse, BMintern, gerardjp
2008-12-24 21:30:43nneonneosetmessageid: <1230154243.36.0.868451219096.issue1519638@psf.upfronthosting.co.za>
2008-12-24 21:30:42nneonneolinkissue1519638 messages
2008-12-24 21:30:42nneonneocreate