[Python-checkins] python/dist/src/Misc NEWS,1.1219,1.1220

andrewmcnamara at users.sourceforge.net andrewmcnamara at users.sourceforge.net
Wed Jan 12 04:45:13 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16240/Misc

Modified Files:
	NEWS 
Log Message:
Rename csv.set_field_limit to csv.field_size_limit (since it both sets and
gets).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1219
retrieving revision 1.1220
diff -u -d -r1.1219 -r1.1220
--- NEWS	12 Jan 2005 03:25:27 -0000	1.1219
+++ NEWS	12 Jan 2005 03:45:10 -0000	1.1220
@@ -57,7 +57,7 @@
   + a configurable limit to the size of parsed fields has been added -
     previously, an unmatched quote character could result in the entire
     file being read into the field buffer before an error was reported.
-  + A new module method csv.set_field_limit() has been added that sets
+  + A new module method csv.field_size_limit() has been added that sets
     the parser field size limit (returning the former limit). The initial
     limit is 128kB.
   + reader and writer objects were not being registered with the cyclic-GC.



More information about the Python-checkins mailing list