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 mrabarnett
Recipients ezio.melotti, mrabarnett, redstone-cold
Date 2016-12-26.15:43:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482766994.29.0.0428743159437.issue29074@psf.upfronthosting.co.za>
In-reply-to
Content
See issue 17087: "Improve the repr for regular expression match objects".

It was decided that it might be a bad idea to show the entire matched portion of the string because it could be very long, so it's shown truncated if necessary.
History
Date User Action Args
2016-12-26 15:43:14mrabarnettsetrecipients: + mrabarnett, ezio.melotti, redstone-cold
2016-12-26 15:43:14mrabarnettsetmessageid: <1482766994.29.0.0428743159437.issue29074@psf.upfronthosting.co.za>
2016-12-26 15:43:14mrabarnettlinkissue29074 messages
2016-12-26 15:43:14mrabarnettcreate