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.
pull/5040/head
Dylan Baker 6 years ago committed by Jussi Pakkanen
parent b5cc01ccd9
commit bd6bae0c71
  1. 11
      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

Loading…
Cancel
Save