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 matpi
Recipients Seth.Troisi, eric.smith, ezio.melotti, matpi, mrabarnett, rhettinger, serhiy.storchaka
Date 2020-06-16.12:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592311333.56.0.197159303703.issue39949@roundup.psfhosted.org>
In-reply-to
Content
For a bit of background, the other issue is about the repr of compiled patterns, not match objects.
Please see my argument there about the conformance to repr's doc - merely adding an ellipsis would _not_ solve this case.

I have however nothing against the pattern being truncated/ellipsed when inside the repr of a match object.
History
Date User Action Args
2020-06-16 12:42:13matpisetrecipients: + matpi, rhettinger, eric.smith, ezio.melotti, mrabarnett, Seth.Troisi, serhiy.storchaka
2020-06-16 12:42:13matpisetmessageid: <1592311333.56.0.197159303703.issue39949@roundup.psfhosted.org>
2020-06-16 12:42:13matpilinkissue39949 messages
2020-06-16 12:42:13matpicreate