ww <mrwwli <at> gmail.com> writes:

> 
> just curious, it would make writing to a file  a bit easier?

Because readline() returns the line with the newline attached, writeline() would
have to require a newline at the. Therefore, it would be equivalent to write()!

Just use f.write("some line\n").




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

Reply via email to