Message309587
| Author | eric.smith |
|---|---|
| Recipients | eric.smith |
| Date | 2018-01-06.22:23:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1515277410.84.0.467229070634.issue32506@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There are several places where OrderedDict escapes from dataclasses. Switching to dict means we don't have to use OrderedDict forever. For the 3.6 backport, I'm also going to use dict. I saw an analysis (from Raymond, maybe?) that says there are no 3.6 implementations that don't guarantee insertion order for dict. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-06 22:23:30 | eric.smith | set | recipients: + eric.smith |
| 2018-01-06 22:23:30 | eric.smith | set | messageid: <1515277410.84.0.467229070634.issue32506@psf.upfronthosting.co.za> |
| 2018-01-06 22:23:30 | eric.smith | link | issue32506 messages |
| 2018-01-06 22:23:30 | eric.smith | create | |