Message308420
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka |
| Date | 2017-12-15.19:00:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513364453.6.0.213398074469.issue32339@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since 3.6 csv.DictReader emits OrderedDicts instead of regular dicts. Since regular dicts are ordered in 3.7, this is an overkill. It would be nice to add a configuration option for a return type. This is an easy issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-15 19:00:53 | serhiy.storchaka | set | recipients: + serhiy.storchaka |
| 2017-12-15 19:00:53 | serhiy.storchaka | set | messageid: <1513364453.6.0.213398074469.issue32339@psf.upfronthosting.co.za> |
| 2017-12-15 19:00:53 | serhiy.storchaka | link | issue32339 messages |
| 2017-12-15 19:00:53 | serhiy.storchaka | create | |