[docs] [issue28450] Misleading/inaccurate documentation about unknown escape sequences in regular expressions

Matthew Barnett report at bugs.python.org
Tue Nov 22 14:42:41 EST 2016


Matthew Barnett added the comment:

@Barry: repl already supports some escapes, e.g. \g<name> for named groups, although not \xXX et al, so deprecating unknown escapes like in the pattern makes sense to me.

BTW, the regex module already supports \xXX, \N{XXX}, etc.

----------

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


More information about the docs mailing list