From: Skip Montanaro Date: Thu, 20 Mar 2003 23:36:55 +0000 (+0000) Subject: announce csv package X-Git-Tag: v2.3c1~1423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64a839eb7111d3fef5ec7e97a80f2be3ae56132e;p=python announce csv package --- diff --git a/Misc/NEWS b/Misc/NEWS index 3fb44c1427..7fa08b6a34 100644 --- 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 -----------