]> granicus.if.org Git - python/commit
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Oct 2017 20:31:42 +0000 (23:31 +0300)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2017 20:31:42 +0000 (23:31 +0300)
commit3557b05c5a7dfd7d97ddfd3b79aefd53d25e5132
treeaa741f0d09293f6dfe9668a5b328658ce13c8279
parentfdd9b217c60b454ac6a82f02c8b0b551caeac88b
bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885)
Doc/library/re.rst
Doc/whatsnew/3.7.rst
Lib/sre_compile.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS.d/next/Library/2017-10-05-15-14-46.bpo-31690.f0XteV.rst [new file with mode: 0644]
Modules/_sre.c
Modules/sre.h
Modules/sre_constants.h
Modules/sre_lib.h