From eb69fed2f64a20fa3098dc47aa4a64fb68ba7c35 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 6 Sep 2022 00:42:21 -0400 Subject: python module: allow specifying the pure kwarg in the installation object Fixes #10523 --- docs/markdown/snippets/python-installation-pure.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/markdown/snippets/python-installation-pure.md (limited to 'docs/markdown') diff --git a/docs/markdown/snippets/python-installation-pure.md b/docs/markdown/snippets/python-installation-pure.md new file mode 100644 index 0000000..905c7b8 --- /dev/null +++ b/docs/markdown/snippets/python-installation-pure.md @@ -0,0 +1,8 @@ +## python.find_installation() now accepts pure argument + +The default value of `pure:` for `py.install_sources()` and +`py.get_install_dir()` can now be changed by explicitly passing a `pure:` kwarg +to `find_installation()`. + +This can be used to ensure that multiple `install_sources()` invocations do not +forget to specify the kwarg each time. -- cgit v1.1