]> granicus.if.org Git - python/commitdiff
announce csv package
authorSkip Montanaro <skip@pobox.com>
Thu, 20 Mar 2003 23:36:55 +0000 (23:36 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 20 Mar 2003 23:36:55 +0000 (23:36 +0000)
Misc/NEWS

index 3fb44c1427e22d71de7030d88d198cfb0d360eb0..7fa08b6a34af19d1a3976b68a4ec582d3653667d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,8 @@ Library
   in core.setup().  Previously you could supply one or the other, but
   not both of them.  (SF patch #695090 from Bernhard Herzog)
 
+- New csv package makes it easy to read/write CSV files.
+
 Tools/Demos
 -----------