]> granicus.if.org Git - python/commit
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
authorGuido van Rossum <guido@python.org>
Wed, 6 Jan 2016 18:31:33 +0000 (10:31 -0800)
committerGuido van Rossum <guido@python.org>
Wed, 6 Jan 2016 18:31:33 +0000 (10:31 -0800)
commit69bfb15bd8cb87dd07f1cf6c53f78b399c7ef937
tree38aaacb57b92d4b3405b087d4cf4f5d578b3ba87
parent6c2d33a258bb62bc74be4d848968c99c6fbfbba4
Issue #26012: Don't traverse into symlinks for ** pattern in pathlib.Path.[r]glob().
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS