]> git.notmuchmail.org Git - notmuch/commit
python: Rename get_config_list to get_configs
authorl-m-h@web.de <l-m-h@web.de>
Thu, 7 Dec 2017 11:40:50 +0000 (12:40 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 10:42:11 +0000 (06:42 -0400)
commit3444c731d27fd42bbbdaae00af6ca48b4525b03b
tree570bad6704a3ed3b945f10932cbde1e686346699
parent7a07fd8625e55d425a72af9abe45d99a1d0198cf
python: Rename get_config_list to get_configs

The old name has a bit of a feeling of hungarian notation.  Also many
generators in the core are named with the suffix "s" to indicate
iterables: dict.items, dict.keys for example.
bindings/python/notmuch/database.py
test/T390-python.sh