summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-installation-pure.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2022-11-06 15:42:05 +0200
commitc1e9a0ea60780e14f3579f4a0b7ecb10145b8adb (patch)
tree978c153c843051f066ff17e6097ee40ff6482472 /docs/markdown/snippets/python-installation-pure.md
parentfa86a9d96d67343d625b717224747df30e3f1b28 (diff)
downloadmeson-c1e9a0ea60780e14f3579f4a0b7ecb10145b8adb.tar.gz
Generate release notes for 0.64.
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.