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 serhiy.storchaka
Recipients Claudiu.Popa, chris.jerdonek, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2013-10-17.19:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382039856.49.0.81747523865.issue17087@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2013-10-17 19:57:36serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ezio.melotti, mrabarnett, chris.jerdonek, Claudiu.Popa
2013-10-17 19:57:36serhiy.storchakasetmessageid: <1382039856.49.0.81747523865.issue17087@psf.upfronthosting.co.za>
2013-10-17 19:57:36serhiy.storchakalinkissue17087 messages
2013-10-17 19:57:36serhiy.storchakacreate