Message 356060 - Python tracker
Message356060
| 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:34 | Pedro Lacerda | set | recipients: + Pedro Lacerda, terry.reedy, paul.moore, lukasz.langa, tshepang, martin.panter, serhiy.storchaka, kernc, johnlinp |
| 2019-11-05 20:39:34 | Pedro Lacerda | set | messageid: <1572986374.59.0.885451283234.issue22253@roundup.psfhosted.org> |
| 2019-11-05 20:39:34 | Pedro Lacerda | link | issue22253 messages |
| 2019-11-05 20:39:34 | Pedro Lacerda | create | |