Re: CSV Issue

2007-07-26 Thread Rohan
On Jul 26, 2:32 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Jul 27, 7:19 am, Rohan <[EMAIL PROTECTED]> wrote: > > > f = open("/home/t/tp/va/e7.csv", "ab") > > a means Append -- you are appending the data that you expect to the > EXISTING contents of the file. Hello John, Yea silly mistake, wri

Re: CSV Issue

2007-07-26 Thread John Machin
On Jul 27, 7:19 am, Rohan <[EMAIL PROTECTED]> wrote: > f = open("/home/t/tp/va/e7.csv", "ab") a means Append -- you are appending the data that you expect to the EXISTING contents of the file. -- http://mail.python.org/mailman/listinfo/python-list