diff CHANGES.txt @ 4255:88af08f8666f

New config option csv_field_size: Pythons csv module (which is used for export/import) has a new field size limit starting with python2.5. We now issue a warning during export if the limit is too small and use the csv_field_size configuration during import to set the limit for the csv module.
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Tue, 29 Sep 2009 07:27:17 +0000
parents 8d3582271a99
children 712549bb7fe5
line wrap: on
line diff
--- a/CHANGES.txt	Thu Sep 17 09:54:49 2009 +0000
+++ b/CHANGES.txt	Tue Sep 29 07:27:17 2009 +0000
@@ -12,6 +12,11 @@
   and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
   (issue 2550573) 
+- New config option csv_field_size: Pythons csv module (which is used
+  for export/import) has a new field size limit starting with python2.5.
+  We now issue a warning during export if the limit is too small and use
+  the csv_field_size configuration during import to set the limit for
+  the csv module.
 
 2009-08-10 1.4.9 (r4346)
 

Roundup Issue Tracker: http://roundup-tracker.org/