]> granicus.if.org Git - python/commit
Issue #22410: Module level functions in the re module now cache compiled
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:53:49 +0000 (00:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:53:49 +0000 (00:53 +0200)
commit4659cc075667f6a38f3f69c9838585c71ec44d53
treea8c87ba44a24a3e66f87d55f596b8b2962948f59
parent35903c809f85de1532c2df4f82550e079a3711a7
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