This commit tries to add support for the[section] first line second linesyntax, i.e. non-assignments, without equal sign. Half-baked, but still better than before. Also support some more Python 3, i.e. dict.items() instead of iteritems()Signed-off-by: Jan Lindemann <jan@janware.com>
This commit tries to add support for the
[section] first line second line
syntax, i.e. non-assignments, without equal sign. Half-baked, but still better than before. Also support some more Python 3, i.e. dict.items() instead of iteritems()