Message 335837 - Python tracker (original) (raw)

Message335837

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:25 serhiy.storchaka set recipients: + serhiy.storchaka, lukasz.langa, remi.lapeyre
2019-02-18 14:14:25 serhiy.storchaka set messageid: 1550499265.51.0.301927966369.issue36023@roundup.psfhosted.org
2019-02-18 14:14:25 serhiy.storchaka link issue36023 messages
2019-02-18 14:14:25 serhiy.storchaka create