i'm using the configparser module in python to read and write some .ini style files. i want to be able to create and write to the DEFAULTS
section, however, it appears to be hardcoded to not allow the creation of such a section.
is it possible? or even advised to do this?