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 control-k
Recipients control-k, ezio.melotti, mrabarnett
Date 2021-11-22.14:53:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637592800.89.0.152578568002.issue45869@roundup.psfhosted.org>
In-reply-to
Content
Small addition, the sre categories CATEGORY_LINEBREAK and CATEGORY_UNI_LINEBREAK also do not agree on ASCII characters.
The first is only '\n' while the second also includes for example '\r' and some others. These do not seem to correspond to anything however and are never used in sre_parse.py or sre_compile.py.
History
Date User Action Args
2021-11-22 14:53:20control-ksetrecipients: + control-k, ezio.melotti, mrabarnett
2021-11-22 14:53:20control-ksetmessageid: <1637592800.89.0.152578568002.issue45869@roundup.psfhosted.org>
2021-11-22 14:53:20control-klinkissue45869 messages
2021-11-22 14:53:20control-kcreate