Skip to content

Commit d16d539

Browse files
committed
docs: Mention deprecation of path(), document full_path()
1 parent efd4193 commit d16d539

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/markdown/Python-module.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,22 @@ added methods.
8787
str py_installation.path()
8888
```
8989

90-
*Added 0.50.0*
90+
*(since 0.50.0)*
9191

92-
Works like the path method of other `ExternalProgram` objects. Was not
93-
provided prior to 0.50.0 due to a bug.
92+
*Deprecated in 0.55: use `full_path()` instead*
93+
94+
Works like the path method of `ExternalProgram` objects. Was not provided prior
95+
to 0.50.0 due to a bug.
96+
97+
#### `full_path()`
98+
99+
```meson
100+
str py_installation.full_path()
101+
```
102+
103+
*(since 0.55.0)*
104+
105+
Works like the `full_path()` method of `ExternalProgram` objects: [[external_program.full_path]]
94106

95107
#### `extension_module()`
96108

0 commit comments

Comments
 (0)