[Python-3000] Lines breaking
Greg Ewing
greg.ewing at canterbury.ac.nz
Sat Jun 2 02:09:29 CEST 2007
Stephen J. Turnbull wrote:
> Both FF and VT *are* whitespace, AFAIK that has universal
> agreement, and in particular they *are* removed by string.strip().
You're right, strip() wasn't a good example, and I
withdraw it.
However, there's a big difference between being a
whitespace character and being a line break character.
Programs that currently deal with FF and VT chars
would have their behaviour changed, because they
would suddenly start seeing lines broken in unexpected
(to them) places, and getting lines that don't end
with \n which aren't at the end of the file.
--
Greg
More information about the Python-3000
mailing list