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 python-dev
Recipients Mariatta, hughdbrown, methane, mtraskin, peter.otten, python-dev, serhiy.storchaka, terry.reedy, vstinner
Date 2016-10-21.10:53:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161021105338.110755.90692.BA3A6C49@psf.io>
In-reply-to
Content
New changeset 1928074e6519 by INADA Naoki in branch '3.6':
Issue #18219: Optimize csv.DictWriter for large number of columns.
https://hg.python.org/cpython/rev/1928074e6519

New changeset 6f1602dfa4d5 by INADA Naoki in branch 'default':
Issue #18219: Optimize csv.DictWriter for large number of columns.
https://hg.python.org/cpython/rev/6f1602dfa4d5
History
Date User Action Args
2016-10-21 10:53:41python-devsetrecipients: + python-dev, terry.reedy, peter.otten, vstinner, methane, serhiy.storchaka, mtraskin, Mariatta, hughdbrown
2016-10-21 10:53:41python-devlinkissue18219 messages
2016-10-21 10:53:41python-devcreate