[issue7005] ConfigParser does not handle options without values

Łukasz Langa report at bugs.python.org
Fri Sep 3 00:29:20 CEST 2010


Łukasz Langa <lukasz at langa.pl> added the comment:

This one is strange. Trying to set a None value through set() raises 'TypeError: option values must be strings' on both Python 3.2 and 2.7. A string value of 'None' behaves as expected (e.g. correctly).

----------

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


More information about the Python-bugs-list mailing list