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, pitrou, serhiy.storchaka
Date 2016-05-15.18:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463337497.02.0.81864271809.issue27030@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch removes following deprecated re features:

* Three unused not documented functions:  isident(), isdigit() and isname(). They were deprecated since Python 3.3 (issue14462).

* '\' + ASCII character now is error if this combination is not defined. This allows to add new control combinations without breaking compatibility. This was deprecated since Python 3.5 (issue23622).

* Support for re.LOCALE with string patterns or with re.ASCII. This was deprecated since Python 3.5 (issue22407).
History
Date User Action Args
2016-05-15 18:38:17serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett
2016-05-15 18:38:17serhiy.storchakasetmessageid: <1463337497.02.0.81864271809.issue27030@psf.upfronthosting.co.za>
2016-05-15 18:38:16serhiy.storchakalinkissue27030 messages
2016-05-15 18:38:16serhiy.storchakacreate