File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1195,9 +1195,10 @@ Below is a table mapping various :mod:`os` functions to their corresponding
1195
1195
1196
1196
.. note ::
1197
1197
1198
- Although :func: `os.path.relpath ` and :meth: `PurePath.relative_to ` have some
1199
- overlapping use-cases, their semantics differ enough to warrant not
1200
- considering them equivalent.
1198
+ Not all pairs of functions/methods below are equivalent. Some of them,
1199
+ despite having some overlapping use-cases, have different semantics. They
1200
+ include :func: `os.path.abspath ` and :meth: `Path.resolve `,
1201
+ :func: `os.path.relpath ` and :meth: `PurePath.relative_to `.
1201
1202
1202
1203
==================================== ==============================
1203
1204
os and os.path pathlib
You can’t perform that action at this time.
0 commit comments