[issue27364] Deprecate invalid unicode escape sequences

Antti Haapala report at bugs.python.org
Thu Jun 23 11:59:29 EDT 2016


Antti Haapala added the comment:

it is handy to be able to use `\w` and `\d` in non-raw-string *regular expressions*, without too much backslashitis. Seems to be in use in Python standard library as well, for example in csv.py

----------
nosy: +ztane

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27364>
_______________________________________


More information about the Python-bugs-list mailing list