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 rhettinger
Recipients chris.jerdonek, ezio.melotti, mrabarnett, rhettinger
Date 2013-01-31.02:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359597911.1.0.119206620558.issue17087@psf.upfronthosting.co.za>
In-reply-to
Content
Just showing group(0) should be helpful.  And perhaps the number of groups.   If a string is really long, we can truncate it like reprlib does.

The main goal is to make it easier to work with match objects at the interactive prompt.  They are currently too opaque.
History
Date User Action Args
2013-01-31 02:05:11rhettingersetrecipients: + rhettinger, ezio.melotti, mrabarnett, chris.jerdonek
2013-01-31 02:05:11rhettingersetmessageid: <1359597911.1.0.119206620558.issue17087@psf.upfronthosting.co.za>
2013-01-31 02:05:11rhettingerlinkissue17087 messages
2013-01-31 02:05:10rhettingercreate