Re: Reading file issue

2013-01-28 Thread Tim Chase
On Mon, 28 Jan 2013 03:47:07 -0800 (PST) loial wrote: > I am parseing a file to extract data, but am seeing the file being > updated even though I never explicitly write to the file. It is > possible that another process is doing this at some later time, but > I just want to check that opening th

Re: Reading file issue

2013-01-28 Thread Oscar Benjamin
On 28 January 2013 11:47, loial wrote: > I am parseing a file to extract data, but am seeing the file being updated > even though I never explicitly write to the file. It is possible that another > process is doing this at some later time, but I just want to check that > opening the file as fol

Re: Reading file issue

2013-01-28 Thread loial
Thanks for confirming my sanity On Monday, 28 January 2013 11:57:43 UTC, Chris Angelico wrote: > On Mon, Jan 28, 2013 at 10:47 PM, loial wrote: > I am > parseing a file to extract data, but am seeing the file being updated even > though I never explicitly write to the file. It is possible tha

Re: Reading file issue

2013-01-28 Thread Chris Angelico
On Mon, Jan 28, 2013 at 10:47 PM, loial wrote: > I am parseing a file to extract data, but am seeing the file being updated > even though I never explicitly write to the file. It is possible that another > process is doing this at some later time, but I just want to check that > opening the fil