Ouray Viney wrote:
> Hi:
>
> Problem:
> =
> I want to read a ASCII text file that can have data appended to it. I
> have hacked some code together that handles the basics, but it falls
> short. My code doesn't read in the new lines that could have been
> added to the end of the file. No
Ouray Viney wrote:
Hi:
Problem:
=
I want to read a ASCII text file that can have data appended to it. I
have hacked some code together that handles the basics, but it falls
short. My code doesn't read in the new lines that could have been
added to the end of the file. Not python's fau
On Dec 1, 3:09 pm, Ouray Viney wrote:
> Problem:
> =
> I want to read a ASCII text file that can have data appended to it.
>
> Example scenario: As the python script is running a user/application
> adds new entries to the end of the test case file, example, adds the
> following to the fi
Hi:
Problem:
=
I want to read a ASCII text file that can have data appended to it. I
have hacked some code together that handles the basics, but it falls
short. My code doesn't read in the new lines that could have been
added to the end of the file. Not python's fault, more that I don't