[issue45217] ConfigParser does not accept "No value" reversely to the doc

2021-09-17 Thread sbougnoux
sbougnoux added the comment: Thanks for your prompt answer. Don't you think it should be the default? It seems like unneeded precision. Just if you want to check one don't miss a value, but in that case, one can use 'allow_no_value=False

[issue45217] ConfigParser does not accept "No value" reversely to the doc

2021-09-16 Thread sbougnoux
New submission from sbougnoux : Just the simple following config crashes """ [Bug] Here """ Hopefully using "Here=" solves the issue, but the doc claims it shall work. https://docs.python.org/3.8/library/configparser.html?highlight=configparser#suppo