From bd6bae0c71d7858dabe51e03222f62d9dbfb98ef Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 7 Mar 2019 09:48:21 -0800 Subject: docs: document that the .path() method for Python is new in 0.50 [skip ci] Since this method was not included in 0.46-00.49 we should document that. --- docs/markdown/Python-module.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/markdown/Python-module.md') diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index a963a32..edd10ba 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -61,6 +61,17 @@ added methods. ### Methods +#### `path()` + +```meson +str py_installation.path() +``` + +*Added 0.50.0* + +Works like the path method of other `ExternalProgram` objects. Was not +provided prior to 0.50.0 due to a bug. + #### `extension_module()` ``` meson -- cgit v1.1