This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Adam.Groszer
Recipients Adam.Groszer
Date 2014-04-09.08:53:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397033583.06.0.34789258522.issue21186@psf.upfronthosting.co.za>
In-reply-to
Content
In RawConfigParser the "__name__" option handling is inconsistent:

RawConfigParser.options() and items() works hard to hide it, but has_options() does not
History
Date User Action Args
2014-04-09 08:53:03Adam.Groszersetrecipients: + Adam.Groszer
2014-04-09 08:53:03Adam.Groszersetmessageid: <1397033583.06.0.34789258522.issue21186@psf.upfronthosting.co.za>
2014-04-09 08:53:03Adam.Groszerlinkissue21186 messages
2014-04-09 08:53:02Adam.Groszercreate