quote:
Originally posted by TheSteve
I don't know what "\l" is supposed to be(may be my lack of python knowledge), but the file that you attached to the other thread has just "\n"(0x0D) at the end of each line (unix style). Normal windows style is "\r\n" (0x0A 0x0D).
in python \n is a new line, since i'm using windows it uses windows breaks, in theory if i ran it on linux it would use linux breaks