[Python-checkins] python/dist/src/Misc NEWS,1.862,1.863

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Oct 3 10:07:09 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv22951/Misc

Modified Files:
	NEWS 
Log Message:
forgot the NEWS blurb about the change to csv.DictReader



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.862
retrieving revision 1.863
diff -C2 -d -r1.862 -r1.863
*** NEWS	3 Oct 2003 13:57:37 -0000	1.862
--- NEWS	3 Oct 2003 14:07:07 -0000	1.863
***************
*** 49,52 ****
--- 49,56 ----
  -------
  
+ - The fieldnames argument to the csv module's DictReader constructor is now
+   optional.  If omitted, the first row of the file will be used as the
+   list of fieldnames.
+ 
  - encodings.bz2_codec was added for access to bz2 compression
    using "a long string".encode('bz2')





More information about the Python-checkins mailing list