Valone, Toren W. wrote:
I need to know how to read the next line while in the "for line in" loop.
Readline does not read the next line (I watched it in debug) I think it has
something to do with the for line loop but I have not found any
documentation in the doc's or tutor for any functions for line..

I think line = remailfile.next() will do what you want. Give it a try.

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to