We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dd4cdb9
paths.relativize now supports paths with leading .. segments when the second path is nested under the first.
paths.relativize
..
For example, paths.relativize("../foo", "../foo/bar") returns "bar" instead of failing.
paths.relativize("../foo", "../foo/bar")
"bar"