From: Serhiy Storchaka Date: Thu, 30 Oct 2014 22:57:57 +0000 (+0200) Subject: Merge heads X-Git-Tag: v3.5.0a1~561^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9b8dc272aed9d6d69ea51107ba0246e767f33d2;p=python Merge heads --- d9b8dc272aed9d6d69ea51107ba0246e767f33d2 diff --cc Misc/NEWS index 52bbcf1702,e47b4ef32f..a86eb7e89e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -33,9 -33,9 +33,12 @@@ Core and Builtin Library ------- +- Issue #22410: Module level functions in the re module now cache compiled + locale-dependent regular expressions taking into account the locale. + + - Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) + now return False when the underlying stat call raises NotADirectoryError. + - 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.