diff options
author | Guido van Rossum <guido@python.org> | 2016-01-06 18:35:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2016-01-06 18:35:30 (GMT) |
commit | 520f297eb4d85a99bee8a22d60c4139b8a443d94 (patch) | |
tree | 1918ea6e2adf104c73a10c90b57ed1f12faef6e0 /Misc | |
parent | d54377d2cabe6a2057468136ba1f29f48d1b47b7 (diff) | |
parent | 69bfb15bd8cb87dd07f1cf6c53f78b399c7ef937 (diff) | |
download | cpython-520f297eb4d85a99bee8a22d60c4139b8a443d94.zip cpython-520f297eb4d85a99bee8a22d60c4139b8a443d94.tar.gz cpython-520f297eb4d85a99bee8a22d60c4139b8a443d94.tar.bz2 |
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob(). (Merge 3.4->3.5)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #26012: Don't traverse into symlinks for ** pattern in + pathlib.Path.[r]glob(). + - Issue #24120: Ignore PermissionError when traversing a tree with pathlib.Path.[r]glob(). Patch by Ulrich Petri. |