commit | 64a839eb7111d3fef5ec7e97a80f2be3ae56132e | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Thu Mar 20 23:36:55 2003 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Thu Mar 20 23:36:55 2003 +0000 |
tree | e14901a5d3209686f5b658326452a29b0d98e552 | |
parent | 0ed2ae46d540de61a92c0ea5481f19a7981e4c82 [diff] |
announce csv package
diff --git a/Misc/NEWS b/Misc/NEWS index 3fb44c1..7fa08b6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -83,6 +83,8 @@ 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 -----------