]> granicus.if.org Git - python/commit
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 9 Feb 2018 22:08:17 +0000 (00:08 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 22:08:17 +0000 (00:08 +0200)
commita445feb72902e4a3c5ae712f0c289309e1580d52
tree5a4bbd53ad0fa579f9672370d469f6da000647ff
parent2411292ba8155327125d8a1da8a4c9fa003d5909
bpo-30688: Support \N{name} escapes in re patterns. (GH-5588)

Co-authored-by: Jonathan Eunice <jonathan.eunice@gmail.com>
Doc/library/re.rst
Doc/whatsnew/3.8.rst
Lib/sre_parse.py
Lib/test/test_re.py
Misc/ACKS
Misc/NEWS.d/next/Library/2018-02-08-18-59-11.bpo-30688.zBh4TH.rst [new file with mode: 0644]