Message308434
| Author | rhettinger |
|---|---|
| Recipients | rhettinger, serhiy.storchaka |
| Date | 2017-12-16.00:25:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513383909.29.0.213398074469.issue32339@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For csv.DictReader and collections.namedtuple._asdict, it might be cleaner to just deprecate the OrderedDict in favor of returning regular dict. I suspect that in these contexts, no one really wants an actual OrderedDict. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-16 00:25:09 | rhettinger | set | recipients: + rhettinger, serhiy.storchaka |
| 2017-12-16 00:25:09 | rhettinger | set | messageid: <1513383909.29.0.213398074469.issue32339@psf.upfronthosting.co.za> |
| 2017-12-16 00:25:09 | rhettinger | link | issue32339 messages |
| 2017-12-16 00:25:09 | rhettinger | create | |