Cyril Jouve <jv.cy...@gmail.com> added the comment:
you need to pass `strict=False` to ConfigParser : When `strict` is True, the parser won't allow for any section or option duplicates while reading from a single source (file, string or dictionary). Default is True. ---------- nosy: +Cyril Jouve _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46770> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com