summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2010-02-23 21:09:52 +0000
committerDirkjan Ochtman <dirkjan@ochtman.nl>2010-02-23 21:09:52 +0000
commit566edde8cfb585dd00d7708eb4bfeb2477077791 (patch)
tree9a5e41043d684a15d6d04d1f8819c393c654b28a /Misc
parent992a77067029a7b1d53779be7a0ce4bb3366abd6 (diff)
downloadcpython-566edde8cfb585dd00d7708eb4bfeb2477077791.tar.gz
Fix #1537721: add writeheader() method to csv.DictWriter.
Reviewed by skip.montanaro and thomas.wouters.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ff04b289d9..8b91de8345 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Library
- Issue #5801: removed spurious empty lines in wsgiref.
+- Issue #1537721: Add a writeheader() method to csv.DictWriter.
+
Extension Modules
-----------------