On Thu, Aug 11, 2022 at 12:46:40PM +0800, Vladimir Nikishkin wrote:
> class configparser.ConfigParser(defaults=None, dict_type=dict,
> allow_no_value=False, delimiters=('=', ':'), comment_prefixes=('#',
> ';'), inline_comment_prefixes=None, strict=True,
> empty_lines_in_values=True, default_section=configparser.DEFAULTSECT,
> interpolation=BasicInterpolation(), converters={})
I see configurable delimiters and comment prefixes as a must. Without
them many INI-files would be useless. Also, if we delegate the
interface for configuring that to the implementations, then this SRFI
becomes almost worthless, since you still don't have a consensus for
how that is done.
--
hugo