[issue21186] RawConfigParser __name__ option handling inconsistent

Adam Groszer report at bugs.python.org
Wed Apr 9 10:53:03 CEST 2014


New submission from Adam Groszer:

In RawConfigParser the "__name__" option handling is inconsistent:

RawConfigParser.options() and items() works hard to hide it, but has_options() does not

----------
components: Library (Lib)
messages: 215809
nosy: Adam.Groszer
priority: normal
severity: normal
status: open
title: RawConfigParser __name__ option handling inconsistent
versions: Python 2.7

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


More information about the Python-bugs-list mailing list