This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author selik
Recipients selik
Date 2018-06-29.19:47:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530301659.14.0.56676864532.issue34003@psf.upfronthosting.co.za>
In-reply-to
Content
Since dicts are now keeping insertion order as of 3.7, we can switch to the more efficient construction of dict rather than OrderedDict for each row in the CSV file.
History
Date User Action Args
2018-06-29 19:47:39seliksetrecipients: + selik
2018-06-29 19:47:39seliksetmessageid: <1530301659.14.0.56676864532.issue34003@psf.upfronthosting.co.za>
2018-06-29 19:47:39seliklinkissue34003 messages
2018-06-29 19:47:39selikcreate