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 Claudiu.Popa
Recipients Claudiu.Popa, chris.jerdonek, ezio.melotti, mrabarnett, rhettinger
Date 2013-08-20.13:23:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377005015.43.0.479493227654.issue17087@psf.upfronthosting.co.za>
In-reply-to
Content
Here's my patch attempt. The repr of a match object has the following format:
(groups=\d+, span=(start, end), group0=the entire group or the first X characters, where X is represented by a new constant in sre_constants.h, SRE_MATCH_REPR_SIZE).
History
Date User Action Args
2013-08-20 13:23:35Claudiu.Popasetrecipients: + Claudiu.Popa, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek
2013-08-20 13:23:35Claudiu.Popasetmessageid: <1377005015.43.0.479493227654.issue17087@psf.upfronthosting.co.za>
2013-08-20 13:23:35Claudiu.Popalinkissue17087 messages
2013-08-20 13:23:35Claudiu.Popacreate