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 serhiy.storchaka
Recipients eric.snow, iritkatriel, serhiy.storchaka, vstinner
Date 2021-09-15.14:08:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631714899.45.0.0308801965263.issue44786@roundup.psfhosted.org>
In-reply-to
Content
Yes, [[] looks as the start of a character set containing nested sets (e.g. "[[a-z]--[p-q]]"). This feature is supported by regex and can be added in future versions of re, breaking the code which contain such combinations.
History
Date User Action Args
2021-09-15 14:08:19serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, eric.snow, iritkatriel
2021-09-15 14:08:19serhiy.storchakasetmessageid: <1631714899.45.0.0308801965263.issue44786@roundup.psfhosted.org>
2021-09-15 14:08:19serhiy.storchakalinkissue44786 messages
2021-09-15 14:08:19serhiy.storchakacreate