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:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592312203.11.0.30840114821.issue39949@roundup.psfhosted.org>
In-reply-to
Content
@eric.smith thanks, no problem.

If I can give any advice on this present issue, I would suggest to have the ellipsis _inside_ the quote, to make clear that the pattern is being truncated, not the match. So instead of

```
<_sre.SRE_Match object; span=(0, 49), match='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS'...>
```

as suggested by @Seth.Troisi, I'd suggest

```
<_sre.SRE_Match object; span=(0, 49), match='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRS...'>
```
History
Date User Action Args
2020-06-16 12:56:43matpisetrecipients: + matpi, rhettinger, eric.smith, ezio.melotti, mrabarnett, Seth.Troisi, serhiy.storchaka
2020-06-16 12:56:43matpisetmessageid: <1592312203.11.0.30840114821.issue39949@roundup.psfhosted.org>
2020-06-16 12:56:43matpilinkissue39949 messages
2020-06-16 12:56:43matpicreate