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

Indeed, the defaults might be useful too. Other things like options
can be sessions specific and could clutter the repr if added.

Would defaults() and sections() be the right behavior between too
little information and too much?
History
Date User Action Args
2019-02-18 14:54:26remi.lapeyresetrecipients: + remi.lapeyre, lukasz.langa, serhiy.storchaka
2019-02-18 14:54:25remi.lapeyrelinkissue36023 messages
2019-02-18 14:54:25remi.lapeyrecreate