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 ezio.melotti, mrabarnett, rbanffy, serhiy.storchaka
Date 2019-09-27.17:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569605246.51.0.435689676425.issue38294@roundup.psfhosted.org>
In-reply-to
Content
Yes, it is deliberate. "/" and ":" do not have special meaning in regular expressions and do not need escaping. re.escape() now produces more human-readable result and works faster.
History
Date User Action Args
2019-09-27 17:27:26serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, rbanffy
2019-09-27 17:27:26serhiy.storchakasetmessageid: <1569605246.51.0.435689676425.issue38294@roundup.psfhosted.org>
2019-09-27 17:27:26serhiy.storchakalinkissue38294 messages
2019-09-27 17:27:26serhiy.storchakacreate