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 Pedro Lacerda
Recipients Pedro Lacerda, johnlinp, kernc, lukasz.langa, martin.panter, paul.moore, serhiy.storchaka, terry.reedy, tshepang
Date 2019-11-05.20:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572986374.59.0.885451283234.issue22253@roundup.psfhosted.org>
In-reply-to
Content
Hi, there is a working PR at https://github.com/python/cpython/pull/2735. 

I was in doubt about get the default section with `__init__(..., allow_unnamed_section=True)` and `config.get('', 'option')` or with `config.get(DEFAULT_SECTION, 'option')`. I'd prefer the later.
History
Date User Action Args
2019-11-05 20:39:34Pedro Lacerdasetrecipients: + Pedro Lacerda, terry.reedy, paul.moore, lukasz.langa, tshepang, martin.panter, serhiy.storchaka, kernc, johnlinp
2019-11-05 20:39:34Pedro Lacerdasetmessageid: <1572986374.59.0.885451283234.issue22253@roundup.psfhosted.org>
2019-11-05 20:39:34Pedro Lacerdalinkissue22253 messages
2019-11-05 20:39:34Pedro Lacerdacreate