Closed s-m-e closed 2 years ago
This would make the configuration format extensible while maintaining (some) backwards compatibility.
Config is currently derived from dict. Remove inheritance from dict and make the datatype immutable.
Config
dict
Released.
This would make the configuration format extensible while maintaining (some) backwards compatibility.
Config
is currently derived fromdict
. Remove inheritance fromdict
and make the datatype immutable.