diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-30 22:53:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-30 22:53:49 (GMT) |
commit | 4659cc075667f6a38f3f69c9838585c71ec44d53 (patch) | |
tree | a8c87ba44a24a3e66f87d55f596b8b2962948f59 /Misc/NEWS | |
parent | 35903c809f85de1532c2df4f82550e079a3711a7 (diff) | |
download | cpython-4659cc075667f6a38f3f69c9838585c71ec44d53.zip cpython-4659cc075667f6a38f3f69c9838585c71ec44d53.tar.gz cpython-4659cc075667f6a38f3f69c9838585c71ec44d53.tar.bz2 |
Issue #22410: Module level functions in the re module now cache compiled
locale-dependent regular expressions taking into account the locale.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ Core and Builtins Library ------- +- Issue #22410: Module level functions in the re module now cache compiled + locale-dependent regular expressions taking into account the locale. + - Issue #8876: distutils now falls back to copying files when hard linking doesn't work. This allows use with special filesystems such as VirtualBox shared folders. |