commit | 86148178754c5403067df8234df2f9bb85c733a7 | [log] [tgz] |
---|---|---|
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | Tue Feb 23 21:09:52 2010 +0000 |
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | Tue Feb 23 21:09:52 2010 +0000 |
tree | e6a839bc428d76fe5b86e58c4460d5d6a00e06aa | |
parent | 92bd059c678e85df3c6fff24dbf4b8b7b27b61bd [diff] [blame] |
Fix #1537721: add writeheader() method to csv.DictWriter. Reviewed by skip.montanaro and thomas.wouters.
diff --git a/Misc/NEWS b/Misc/NEWS index ff04b28..8b91de8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,8 @@ - Issue #5801: removed spurious empty lines in wsgiref. +- Issue #1537721: Add a writeheader() method to csv.DictWriter. + Extension Modules -----------------