Serhiy Storchaka added the comment:

Well. Here is a patch. I have changed repr() a little. repr() now contains 
match type qualified name (_sre.SRE_Match). "groups" now equals 
len(m.groups()). "span" representation now contains a comma (as repr(m.span())).

Raymond, Ezio, is it good to you?

----------
assignee:  -> serhiy.storchaka
Added file: http://bugs.python.org/file32159/sre_match_repr.patch

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

Reply via email to