Closed HappyBasher closed 4 years ago
This should be avoided to allow keys and values which contain colons.
Could be done by using option delimiters=('=') when invoking configparser. In this case only = is used as a delimiter.
delimiters=('=')
=
This should be avoided to allow keys and values which contain colons.