The Windows API functions for reading ini values allow a default of an empty string to be returned if a key is not found. I appreciate the current default of a null value rather than raising an error, but I would prefer a default of an empty string ("") instead. Is this currently possible without deriving a custom parser class? If not, I hope such a configuration could be added.
The Windows API functions for reading ini values allow a default of an empty string to be returned if a key is not found. I appreciate the current default of a null value rather than raising an error, but I would prefer a default of an empty string ("") instead. Is this currently possible without deriving a custom parser class? If not, I hope such a configuration could be added.