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 malin
Recipients malin, matpi
Date 2020-06-17.03:30:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592364617.27.0.701441132643.issue40980@roundup.psfhosted.org>
In-reply-to
Content
Why you always want to use "utf-8" encoded identifier as group name in `bytes` pattern.

The direction is: a group name written in `bytes` pattern, and will convert to `str.
Not this direction: `str` group name -(utf8)-> `bytes` pattern -> `str` group name
History
Date User Action Args
2020-06-17 03:30:17malinsetrecipients: + malin, matpi
2020-06-17 03:30:17malinsetmessageid: <1592364617.27.0.701441132643.issue40980@roundup.psfhosted.org>
2020-06-17 03:30:17malinlinkissue40980 messages
2020-06-17 03:30:17malincreate