]> 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:19 +0000 (00:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:53:19 +0000 (00:53 +0200)
commitd4c7290368a82a265c9905dc5c1e95591fb96333
tree1a360de9ff63adcb7d7fcd26dd62841fceb71ba0
parent65566984b08ab8aebb15ed1ead5969791921f6ca
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