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 Anthony Sottile
Recipients Anthony Sottile, kleshni, nedbat, tim.peters
Date 2020-05-11.23:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589241138.3.0.841475801419.issue40480@roundup.psfhosted.org>
In-reply-to
Content
one way might be to give the groups "unique" names (perhaps hashing the input string?)  ((this is what I attempted to do in a little bit of code which tried to "backport" (group)*+ and (group)++))
History
Date User Action Args
2020-05-11 23:52:18Anthony Sottilesetrecipients: + Anthony Sottile, tim.peters, nedbat, kleshni
2020-05-11 23:52:18Anthony Sottilesetmessageid: <1589241138.3.0.841475801419.issue40480@roundup.psfhosted.org>
2020-05-11 23:52:18Anthony Sottilelinkissue40480 messages
2020-05-11 23:52:18Anthony Sottilecreate