New submission from Serhiy Storchaka: 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). ---------- components: Library (Lib), Regular Expressions files: re_remove_deprecated.patch keywords: patch messages: 265641 nosy: ezio.melotti, mrabarnett, pitrou, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Remove deprecated re features type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file42862/re_remove_deprecated.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27030> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com