Mercurial > hgrepos > Python > libs > ConfigMix
comparison doc/introduction.rst @ 193:70c4f81ac58c
FIX: Docu: Case-sensitivety of filename extension matching depends on the OS now
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 03 May 2019 20:20:05 +0200 |
| parents | 3d273eb13565 |
| children | 0d8dd58afc44 |
comparison
equal
deleted
inserted
replaced
| 192:46c7d872db83 | 193:70c4f81ac58c |
|---|---|
| 156 # Get a -- possibly interpolated -- variable from within the tree | 156 # Get a -- possibly interpolated -- variable from within the tree |
| 157 value2 = config.getvar_s("tree1.tree2.key4") | 157 value2 = config.getvar_s("tree1.tree2.key4") |
| 158 | 158 |
| 159 | 159 |
| 160 By default filenames of the configuration files must have the extensions | 160 By default filenames of the configuration files must have the extensions |
| 161 (case-insensitively): | 161 (case-sensitivety depends on your OS): |
| 162 | 162 |
| 163 ``.ini`` | 163 ``.ini`` |
| 164 for INI configuration files | 164 for INI configuration files |
| 165 | 165 |
| 166 ``.json`` | 166 ``.json`` |
