File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ Unreleased changes template.
6868 specifying a library's sources follow a site-packages file layout.
6969 (only applicable with {obj}` --bootstrap_impl=script ` )
7070 ([ #2156 ] ( https://github.com/bazelbuild/rules_python/issues/2156 ) ).
71+ * {obj}` //python/bin:python ` : convenience target for directly running an
72+ interpreter. {obj}` --//python/bin:python_src ` can be used to specify a
73+ binary whose interpreter to use.
7174
7275{#v0-0-0-removed}
7376### Removed
Original file line number Diff line number Diff line change 1414
1515package (default_visibility = ["//visibility:public" ])
1616
17- # Toolchain type provided by proto_lang_toolchain rule and used by py_proto_library
18- toolchain_type (name = "toolchain_type" )
17+ # Deprecated; use @com_google_protobuf//bazel/private:python_toolchain_type instead.
18+ # Alias is here to provide backward-compatibility; see #2604
19+ # It will be removed in a future release.
20+ alias (
21+ name = "toolchain_type" ,
22+ actual = "@com_google_protobuf//bazel/private:python_toolchain_type" ,
23+ deprecation = "Use @com_google_protobuf//bazel/private:python_toolchain_type instead" ,
24+ )
You can’t perform that action at this time.
0 commit comments