RE: Deleting line at the end of a file

2003-03-06 Thread Adam Getchell
Jeff, Thanks for all the advice on good python coding. I'm digesting it right now fiddling with tempfiles. I'd come to the conclusion that my file changes weren't being changed, and had even written an inefficient loop to write lines back to a file. Except this didn't work too well, and there was

Re: Deleting line at the end of a file

2003-03-06 Thread Jeff Shannon
Adam Getchell wrote: Hi all, I have a utility that invokes webchecker on a number of different websites, given by a list, then mails the results to another list. I'm trying to trim off the last line in the results file (per invocation on a site), [...] I'm not exactly sure why you're getting the