Closed
Description
Right now sometimes getting config options iterates over a list filtering on regular expressions, which seems like overdoing it when internal code knows exactly what it wants. Makes sense to add getitem and set item to bypass the checks (and then add an update method to set up everything).