We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fcfd51 commit c342ceeCopy full SHA for c342cee
CHANGELOG.md
@@ -66,10 +66,7 @@ END_UNRELEASED_TEMPLATE
66
67
{#v0-0-0-added}
68
### Added
69
-* (runfiles) Added a {obj}`Path` class that implements the `pathlib.PurePath` API
70
- for idiomatic path manipulation of runfiles. It is created by calling the
71
- {obj}`Runfiles.root` instance method. The {obj}`Path` class also has a
72
- {obj}`Path.runfiles_root` method to return the root of the runfiles tree.
+* (runfiles) Added a pathlib-compatible API: {obj}`Runfiles.root()`
73
Fixes [#3296](https://github.com/bazel-contrib/rules_python/issues/3296).
74
75
{#v2-0-0}
0 commit comments