[New-bugs-announce] [issue27030] Remove deprecated re features

Serhiy Storchaka report at bugs.python.org
Sun May 15 14:38:17 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27030>
_______________________________________


More information about the New-bugs-announce mailing list