comparison CHANGES.txt @ 418:bb5f11abd12a

Implement .getkeysl() and .getkeys() for configuration objects that iterate over all the keys of a configuration value
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 02 Dec 2021 01:24:53 +0100
parents 83d537f1dfbb
children 079a82129110
comparison
equal deleted inserted replaced
417:83d537f1dfbb 418:bb5f11abd12a
15 n/a 15 n/a
16 ~~~ 16 ~~~
17 17
18 - **[feature]** 18 - **[feature]**
19 Allow to get sub-jails from an already jailed configuration. 19 Allow to get sub-jails from an already jailed configuration.
20
21 - **[feature]**
22 Implement :meth:`~configmix.config.Configuration.getkeysl` and
23 :meth:`~configmix.config.Configuration.getkeys` that return generators
24 over all keys of a configuration value
20 25
21 26
22 0.17 (2021-11-22) 27 0.17 (2021-11-22)
23 ~~~~~~~~~~~~~~~~~ 28 ~~~~~~~~~~~~~~~~~
24 29