Message316547
| Author | jreese |
|---|---|
| Recipients | jreese |
| Date | 2018-05-14.18:18:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526321898.65.0.682650639539.issue33504@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The configparser module uses `collections.OrderedDict` as its default, but this is no longer necessary in 3.7+ due to the semantics of core dictionaries being ordered by design. configparser should just use `dict` by default now, instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-14 18:18:18 | jreese | set | recipients: + jreese |
| 2018-05-14 18:18:18 | jreese | set | messageid: <1526321898.65.0.682650639539.issue33504@psf.upfronthosting.co.za> |
| 2018-05-14 18:18:18 | jreese | link | issue33504 messages |
| 2018-05-14 18:18:18 | jreese | create | |