summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-09-09-17-09-54.gh-issue-109187.dIayNW.rst
blob: 31b3ef77807cdedef022fc25cf7d4f260ae07b0b (plain)
1
2
3
:meth:`pathlib.Path.resolve` now treats symlink loops like other errors: in
strict mode, :exc:`OSError` is raised, and in non-strict mode, no exception
is raised.