why python doesn't have a writeline() method like c# ?

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

 

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").

 from

http://www.opensubscriber.com/message/[email protected]/11602035.html 


blog client has some thing wrong,i write two times,but it disappear  curious,so finally i put the link over here as a memo

你可能感兴趣的:(python)