From: R. David Murray Date: Tue, 23 Feb 2010 23:05:50 +0000 (+0000) Subject: Blocked revisions 78384 via svnmerge X-Git-Tag: v2.6.5rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35523dc8992b7c21c5a4b3cf2b0a41ff2c20dd72;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 78384 via svnmerge ........ r78384 | dirkjan.ochtman | 2010-02-23 16:09:52 -0500 (Tue, 23 Feb 2010) | 4 lines Fix #1537721: add writeheader() method to csv.DictWriter. Reviewed by skip.montanaro and thomas.wouters. ........ ---