At 07:20 PM 10/3/2005, Craig MacFarlane wrote:
>Hello,
>
>Is there a way to make line continuation work with
>the readlines function?
>
>i.e.
Do you mean e.g.?
> this is \
> one line.
I assume the above is a 2 line file you wish to read using a file object's
readlines method. There is not
On Mon, 3 Oct 2005, Craig MacFarlane wrote:
> Is there a way to make line continuation work with
> the readlines function?
>
> i.e.
>
> this is \
> one line.
Hi Craig,
readline() doesn't look at the content of lines, so no, not out of the
box. However, would it be satisfactory if you wr