Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/config.py @ 389:44ef854da70a
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 10 Nov 2021 09:37:44 +0100 |
| parents | 13427f37abab |
| children | 0b3ffc34fa5c |
line wrap: on
line diff
--- a/configmix/config.py Wed Nov 10 02:43:23 2021 +0100 +++ b/configmix/config.py Wed Nov 10 09:37:44 2021 +0100 @@ -111,6 +111,9 @@ If the path item is a `list` or `tuple` then the namespace is assumed to be `None`. + Note that a caller that wants to use variables from a non-default + namespace must use a sequence of dicts. + No variable interpolation is done and no filters are applied. Quoting of anything in `paths` is *not* needed and wrong.
