ConfigParser: use newline in INI file

Thorsten Kampe thorsten at thorstenkampe.de
Sat Oct 1 10:56:03 EDT 2016


Hi,

ConfigParser escapes `\n` in ini values as `\\n`. Is there a way to 
signal to ConfigParser that there is a line break?

Thorsten





More information about the Python-list mailing list