aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-03-08 09:05:26 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2019-03-09 19:01:57 +0200
commite42e19702cc326c2db19e5fcd5e6a257f1f5f8a9 (patch)
tree5b3b40fb392303ee095ccfa2705d2d1408f60a9c
parentbd6bae0c71d7858dabe51e03222f62d9dbfb98ef (diff)
downloadmeson-e42e19702cc326c2db19e5fcd5e6a257f1f5f8a9.zip
meson-e42e19702cc326c2db19e5fcd5e6a257f1f5f8a9.tar.gz
meson-e42e19702cc326c2db19e5fcd5e6a257f1f5f8a9.tar.bz2
docs: Add snippet for python module path method [skip ci]
Which somehow wasn't included in the original pull request.
-rw-r--r--docs/markdown/snippets/python-path-method.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/python-path-method.md b/docs/markdown/snippets/python-path-method.md
new file mode 100644
index 0000000..169180c
--- /dev/null
+++ b/docs/markdown/snippets/python-path-method.md
@@ -0,0 +1,5 @@
+## Added a .path() method to object return by python.find_installation()
+
+`ExternalProgram` objects as well as the object returned by the
+`python3` module provide this method, but the new python module did
+not.