in article B6E3D1BB.1A7A%paulch / megapathdsl.net, PaulC at
paulch / megapathdsl.net wrote on 3/25/01 4:47 PM:

> def reverseReadlines
> lins = []

This should of course be 'lines = []' - looks like the 'e' got
lost in the copy/paste

Paul