]> granicus.if.org Git - python/commitdiff
Merge heads
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:57:57 +0000 (00:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 Oct 2014 22:57:57 +0000 (00:57 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 52bbcf1702af376268c0c3401046f7a4622aaa9b,e47b4ef32fac9c3b7c15752f1773a1382a0bd86c..a86eb7e89ec80cc0c91cd7a10b2fa2b75ff84fef
+++ 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.