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, jamadagni, mrabarnett, serhiy.storchaka
Date 2017-12-02.18:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512239317.28.0.213398074469.issue32198@psf.upfronthosting.co.za>
In-reply-to
Content
This is a known issue. See also issue1693050, issue12731, issue25743. I hope it will be solved in 3.7 and maybe the solution will be backported to 2.7 and 3.6 (but not to 3.5, 3.5 takes only security fixes).

As a workaround I suggest you to use the third-party regex module. This is a mature module mostly compatible with re, but with better support of Unicode and additional features.
History
Date User Action Args
2017-12-02 18:28:37serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, jamadagni
2017-12-02 18:28:37serhiy.storchakasetmessageid: <1512239317.28.0.213398074469.issue32198@psf.upfronthosting.co.za>
2017-12-02 18:28:37serhiy.storchakalinkissue32198 messages
2017-12-02 18:28:37serhiy.storchakacreate