Claudiu.Popa added the comment:

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).

----------
keywords: +patch
nosy: +Claudiu.Popa
Added file: http://bugs.python.org/file31383/sre.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17087>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to