Is it possible to change record separator when using readline?
As far as I know readline reads characters until found '\n' and it is
the end of record for readline.
My problem is that my record consits several '\n' and when I use
readline it does NOT read the whole my record.
So If I could change '\n' as  a record separator for readline, it
would solve my problem.
Any idea?
Thank you
L.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to