Add Config.get_namespace to CHANGES

This commit is contained in:
Daniel Neuhäuser 2014-03-13 20:23:43 +01:00
parent ba80e1e33b
commit 06857c9ba5
2 changed files with 3 additions and 0 deletions

View file

@ -216,6 +216,8 @@ class Config(dict):
:param namespace: a configuration namespace
:param lowercase: a flag indicating if the keys of the resulting
dictionary should be lowercase
.. versionadded:: 1.0
"""
rv = {}
for k, v in iteritems(self):