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 JelleZijlstra
Recipients JelleZijlstra, ezio.melotti, jcgoble3, mrabarnett, pitrou, serhiy.storchaka
Date 2016-06-05.07:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465112128.87.0.61770811511.issue26336@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch attached.

I don't feel strongly about whether this should be in Python, but it seems potentially useful at least as a tool to learn more about how re is implemented. If I have time I may write a tool using __pattern_code__ and the sre_constants module to provide a disassembly for regexes.
History
Date User Action Args
2016-06-05 07:35:28JelleZijlstrasetrecipients: + JelleZijlstra, pitrou, ezio.melotti, mrabarnett, serhiy.storchaka, jcgoble3
2016-06-05 07:35:28JelleZijlstrasetmessageid: <1465112128.87.0.61770811511.issue26336@psf.upfronthosting.co.za>
2016-06-05 07:35:28JelleZijlstralinkissue26336 messages
2016-06-05 07:35:28JelleZijlstracreate