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 ezio.melotti, malin, matpi, mrabarnett
Date 2020-06-16.12:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592311751.7.0.390931644093.issue40980@roundup.psfhosted.org>
In-reply-to
Content
The issue with the second variant is that utf-8 is an arbitrary (although default) choice.

But: re is doing that same arbitrary choice already in decoding the group names into a string, which is my original complaint!
History
Date User Action Args
2020-06-16 12:49:11matpisetrecipients: + matpi, ezio.melotti, mrabarnett, malin
2020-06-16 12:49:11matpisetmessageid: <1592311751.7.0.390931644093.issue40980@roundup.psfhosted.org>
2020-06-16 12:49:11matpilinkissue40980 messages
2020-06-16 12:49:11matpicreate