get() fails with UNC data
Brought to you by:
szkiba
<section>.get() fails if the data contains a UNC path (maybe true for any data with backslashes in)
for example if the ini file contains
[section]
filename=\\server\share\filename.txt
not only does is recovered data incorrect, but after a subsequent ini.save() the contents of the file are wrong as well