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 serhiy.storchaka
Recipients lukasz.langa, remi.lapeyre, serhiy.storchaka
Date 2019-02-18.14:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550499265.51.0.301927966369.issue36023@roundup.psfhosted.org>
In-reply-to
Content
Why only sections? ConfigParser contains a lot of other information.

Section names you can get by calling the sections() method.

>>> config.sections()
['sec']
History
Date User Action Args
2019-02-18 14:14:25serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, remi.lapeyre
2019-02-18 14:14:25serhiy.storchakasetmessageid: <1550499265.51.0.301927966369.issue36023@roundup.psfhosted.org>
2019-02-18 14:14:25serhiy.storchakalinkissue36023 messages
2019-02-18 14:14:25serhiy.storchakacreate