Mercurial > hgrepos > Python > libs > ConfigMix
changeset 158:ab6a48ff5235
FIX: Docu: Configuration.getvar() does **not** apply variable substitutions
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 21 Feb 2019 22:53:56 +0100 |
| parents | 5c377941b0f8 |
| children | f7114e4f3938 |
| files | doc/introduction.rst |
| diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/introduction.rst Thu Feb 21 22:41:24 2019 +0100 +++ b/doc/introduction.rst Thu Feb 21 22:53:56 2019 +0100 @@ -281,7 +281,9 @@ introduced by a pipe symbol ``|``. Variables are expanded lately at runtime -- exactly when calling -:py:meth:`.Configuration.getvar_s` or :py:meth:`.Configuration.getvar`. +:py:meth:`.Configuration.getvar_s`, +:py:meth:`.Configuration.substitute_variables_in_obj` or +:py:meth:`.Configuration.expand_variable` Filter functions
