diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-30 22:57:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-10-30 22:57:57 (GMT) |
commit | d9b8dc272aed9d6d69ea51107ba0246e767f33d2 (patch) | |
tree | 4f23836338b52c883a3b124b5007d0383bde8c78 /Misc | |
parent | 4659cc075667f6a38f3f69c9838585c71ec44d53 (diff) | |
parent | 2b2852b1b4d5bfd006beb202c520c53db8be2901 (diff) | |
download | cpython-d9b8dc272aed9d6d69ea51107ba0246e767f33d2.zip cpython-d9b8dc272aed9d6d69ea51107ba0246e767f33d2.tar.gz cpython-d9b8dc272aed9d6d69ea51107ba0246e767f33d2.tar.bz2 |
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ 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. |