New submission from Jonathan Eunice:

The re module specially handles Unicode escapes (\uXXXX and \UXXXXXXXX) so that 
even raw strings (r'...') have symbolic Unicode characters. But it has not 
supported named Unicode escapes such as r'\N{EM DASH}', making the escapes for 
string literals and the escapes for regular expressions asymmetric

----------
components: Library (Lib)
messages: 296234
nosy: jonathaneunice
priority: normal
severity: normal
status: open
title: support named Unicode escapes (\N{name}) in re
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30688>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to