summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-installation-pure.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/python-installation-pure.md')
-rw-r--r--docs/markdown/snippets/python-installation-pure.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/python-installation-pure.md b/docs/markdown/snippets/python-installation-pure.md
deleted file mode 100644
index 905c7b85c..000000000
--- a/docs/markdown/snippets/python-installation-pure.md
+++ /dev/null
@@ -1,8 +0,0 @@
-## 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.