[Python-checkins] python/nondist/sandbox/csv csv.py,1.8,1.9

davecole@users.sourceforge.net davecole@users.sourceforge.net
Sun, 02 Feb 2003 01:59:26 -0800


Update of /cvsroot/python/python/nondist/sandbox/csv
In directory sc8-pr-cvs1:/tmp/cvs-serv10853

Modified Files:
	csv.py 
Log Message:
Added reply comment to andrewm about lineterminator strangeness.


Index: csv.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/csv/csv.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** csv.py	31 Jan 2003 21:30:20 -0000	1.8
--- csv.py	2 Feb 2003 09:59:24 -0000	1.9
***************
*** 11,14 ****
--- 11,16 ----
  # XXX - andrewm - This is causing weird errors from the _csv module - needs
  # investigation:
+ # XXX - davecole - I just noticed that I was saving a string arg 's'
+ # instead of an object arg 'O'.  What do you see now?
  #   lineterminator = '\r\n'
      quoting = QUOTE_MINIMAL