[issue19461] RawConfigParser modifies empty strings unconditionally

Norman Denayer report at bugs.python.org
Sat Mar 8 10:51:30 CET 2014


Norman Denayer added the comment:

I guess it's logical to have the value "" turned to '' in the reader, but I would expect the same transformation in the writer.

If the write function would write "" for an empty string, will it solve your issue?

----------
keywords: +patch
nosy: +Norman.Denayer
Added file: http://bugs.python.org/file34305/89484_issue19461.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19461>
_______________________________________


More information about the Python-bugs-list mailing list