diff --git a/python/private/py_executable_info.bzl b/python/private/py_executable_info.bzl index 81216b8e89..24aa705566 100644 --- a/python/private/py_executable_info.bzl +++ b/python/private/py_executable_info.bzl @@ -18,6 +18,12 @@ The runfiles for the executable's "user" dependencies. These are things in e.g. e.g. the Python runtime itself. It's roughly akin to the files a traditional venv would have installed into it. +:::{seealso} +{obj}`PyRuntimeInfo` for the Python runtime files. The {obj}`py_binary` et al +rules provide it directly so that the runtime the binary original chose +can be accessed. +::: + :::{versionadded} VERSION_NEXT_FEATURE ::: """,