Mercurial > hgrepos > Python > libs > ConfigMix
diff CHANGES.txt @ 364:1941f0188e81
FIX: Handle a "default" keyword parameter in ".getvar()" properly.
It happened to be a formal parameter but was not used properly within the
method body.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 09 Jul 2021 08:53:30 +0200 |
| parents | 3d5eaa6895d9 |
| children | c404e5548e4b |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jun 25 00:57:21 2021 +0200 +++ b/CHANGES.txt Fri Jul 09 08:53:30 2021 +0200 @@ -12,6 +12,13 @@ Pre-1.0 Series -------------- +non yet (none yet) +~~~~~~~~~~~~~~~~~~ + +- **[bugfix]** Handle the `default` keyword parameter in + :py:meth:`configmix.config.Configuration.getvar` properly. + + 0.15 (2021-06-25) ~~~~~~~~~~~~~~~~~
