commit | baecfbd849dbf42360d3a84af6cc13160838f24d | [log] [tgz] |
---|---|---|
author | Barney Gale <barney.gale@gmail.com> | Wed Apr 28 16:50:17 2021 +0100 |
committer | GitHub <noreply@github.com> | Wed Apr 28 16:50:17 2021 +0100 |
tree | 5d82a6504cd2859197e1bcd81ceaecef035a6aad | |
parent | 859577c24981d6b36960d309f99f7fc810fe75c2 [diff] |
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) Also adds a new "strict" argument to realpath() to avoid changing the default behaviour of pathlib while sharing the implementation.