From: R. David Murray Date: Tue, 23 Feb 2010 23:03:49 +0000 (+0000) Subject: Blocked revisions 78388-78389 via svnmerge X-Git-Tag: v3.1.2rc1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f31f6c952f5975d7f6c7208335495da8d7fe34ac;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 78388-78389 via svnmerge ................ r78388 | r.david.murray | 2010-02-23 17:57:58 -0500 (Tue, 23 Feb 2010) | 11 lines Merged revisions 78384 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ r78389 | r.david.murray | 2010-02-23 18:00:34 -0500 (Tue, 23 Feb 2010) | 2 lines Fix version added for csv writeheader. ................ ---