[Python-3000] Lines breaking (original) (raw)

Bill Janssen janssen at parc.com
Thu May 31 16:49:53 CEST 2007


But an FF or VT is not just a line break, it can have other semantics attatched to it as well. So treating it just the same as a \n by default would be wrong, I think.

I agree. I have text files which contain lines of FF NL, which are supposed to be single lines with a FF as their content (to signify a page break), not two separate lines.

Bill



More information about the Python-3000 mailing list