Re: [Tutor] how to write a string into a specific line in a file

2006-03-07 Thread tak
ement be through iteration. __ for line in open(filename): # write to current line??? _ Thank you. Best regards, Tak __

[Tutor] how to write a string into a specific line in a file

2006-03-07 Thread tak
to do line replacement be through iteration. __ for line in open(filename): # write to current line??? _ Thank you. Best reg

[Tutor] search and replace

2006-03-06 Thread tak
beginning or end, so I am opting not to use endswith or startswith. Thank you. Best regards, tak ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor