options within a section, and for the default values. This class does not
support the magical interpolation behavior.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.
option names to lower case), the values ``foo %(bar)s`` and ``foo %(BAR)s`` are
equivalent.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.
.. XXX Need to explain what's safer/more predictable about it.
- .. versionchanged 3.1
+ .. versionchanged:: 3.1
The default *dict_type* is :class:`collections.OrderedDict`.