]> granicus.if.org Git - python/commit
bpo-30215: Make re.compile() locale agnostic. (#1361)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 May 2017 05:53:40 +0000 (08:53 +0300)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 05:53:40 +0000 (08:53 +0300)
commit898ff03e1e7925ecde3da66327d3cdc7e07625ba
tree977fc4b98c0e85816348cebd3b12026407c368b6
parent647c3d381e67490e82cdbbe6c96e46d5e1628ce2
bpo-30215: Make re.compile() locale agnostic. (#1361)

Compiled regular expression objects with the re.LOCALE flag no longer
depend on the locale at compile time.  Only the locale at matching
time affects the result of matching.
Doc/library/re.rst
Lib/re.py
Lib/sre_compile.py
Lib/sre_constants.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/sre_constants.h
Modules/sre_lib.h