Message200157
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? |
|
| Date |
User |
Action |
Args |
| 2013-10-17 19:57:36 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek, Claudiu.Popa |
| 2013-10-17 19:57:36 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-10-17 19:57:36 | serhiy.storchaka | link | issue17087 messages |
| 2013-10-17 19:57:36 | serhiy.storchaka | create | |
|