]> granicus.if.org Git - python/commit
Fix #1537721: add writeheader() method to csv.DictWriter.
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 23 Feb 2010 21:09:52 +0000 (21:09 +0000)
committerDirkjan Ochtman <dirkjan@ochtman.nl>
Tue, 23 Feb 2010 21:09:52 +0000 (21:09 +0000)
commit86148178754c5403067df8234df2f9bb85c733a7
treee6a839bc428d76fe5b86e58c4460d5d6a00e06aa
parent92bd059c678e85df3c6fff24dbf4b8b7b27b61bd
Fix #1537721: add writeheader() method to csv.DictWriter.

Reviewed by skip.montanaro and thomas.wouters.
Doc/library/csv.rst
Lib/csv.py
Lib/test/test_csv.py
Misc/NEWS