]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22410: Module level functions in the re module now cache compiled
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:56:45 +0000 (00:56 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:56:45 +0000 (00:56 +0200)
commit7cc0a1f7cb6af03ada42174404bed86bdbb4e16c
treea4f0f8e321275727722fe034af531f56529e4b92
parentc689101a5eed64923993d61c4fe46d794d1293f5
parent4659cc075667f6a38f3f69c9838585c71ec44d53
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
Lib/re.py
Lib/test/test_re.py
Misc/NEWS