File tree Expand file tree Collapse file tree
docs/api/rules_python/python/config_settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,14 +55,6 @@ END_UNRELEASED_TEMPLATE
5555{#v0-0-0-changed}
5656### Changed
5757
58- * If using the (deprecated) autodetecting/runtime_env toolchain, then the Python
59- version specified at build-time * must* match the Python version used at
60- runtime (the {obj}` --@rules_python//python/config_settings:python_version `
61- flag and the {attr}` python_version ` attribute control the build-time version
62- for a target). If they don't match, dependencies won't be importable. (Such a
63- misconfiguration was unlikely to work to begin with; this is called out as an
64- FYI).
65- * (rules) {obj}` --bootstrap_impl=script ` is the default for non-Windows.
6658* (rules) On Windows, {obj}` --bootstrap_impl=system_python ` is forced. This
6759 allows setting ` --bootstrap_impl=script ` in bazelrc for mixed-platform
6860 environments.
Original file line number Diff line number Diff line change @@ -245,12 +245,8 @@ Values:
245245::::{bzl: flag } bootstrap_impl
246246Determine how programs implement their startup process.
247247
248- The default for this depends on the platform:
249- * Windows: ` system_python ` (** always** used)
250- * Other: ` script `
251-
252248Values:
253- * ` system_python ` : Use a bootstrap that requires a system Python available
249+ * ` system_python ` : (default) Use a bootstrap that requires a system Python available
254250 in order to start programs. This requires
255251 {obj}` PyRuntimeInfo.bootstrap_template ` to be a Python program.
256252* ` script ` : Use a bootstrap that uses an arbitrary executable script (usually a
@@ -273,11 +269,6 @@ instead.
273269:::{versionadded} 0.33.0
274270:::
275271
276- :::{versionchanged} VERSION_NEXT_FEATURE
277- * The default for non-Windows changed from ` system_python ` to ` script ` .
278- * On Windows, the value is forced to ` system_python ` .
279- :::
280-
281272::::
282273
283274::::{bzl: flag } current_config
You can’t perform that action at this time.
0 commit comments