[issue21186] RawConfigParser __name__ option handling inconsistent

Adam Groszer report at bugs.python.org
Wed Apr 9 15:30:26 CEST 2014


Adam Groszer added the comment:

e.g.

myconfig.has_options(<existing section>, "__name__")

is always True, whereas

myconfig.options(<existing section>)

never has a "__name__" entry

----------

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


More information about the Python-bugs-list mailing list