Message265641
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). | |
| Date | User | Action | Args | | 2016-05-15 18:38:17 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett | | 2016-05-15 18:38:17 | serhiy.storchaka | set | messageid: <1463337497.02.0.81864271809.issue27030@psf.upfronthosting.co.za> | | 2016-05-15 18:38:16 | serhiy.storchaka | link | issue27030 messages | | 2016-05-15 18:38:16 | serhiy.storchaka | create | | |