]> granicus.if.org Git - python/commit
Simplify flags checks in sre_compile.py. (GH-9718)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Oct 2018 17:53:45 +0000 (20:53 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 17:53:45 +0000 (20:53 +0300)
commit491974735c51141019ae4ef0492e63a8eb716636
tree5e2014dc39c5ff5b4d617504e04541a728039160
parent6f9c55d1c0bb399911ded00bb6b3e6f43a514ea2
Simplify flags checks in sre_compile.py. (GH-9718)

Flags SRE_FLAG_UNICODE and SRE_FLAG_ASCII are mutually exclusive.
Lib/sre_compile.py