[Python-3000] Lines breaking
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue May 29 03:26:37 CEST 2007
Alexandre Vassalotti wrote:
> The change would extend the line breaking behavior to three other
> ASCII characters:
> NEL "Next Line" 85
That's not an ASCII character.
> VT "Vertical Tab" 0B
> FF "Form Feed" 0C
-1 on making these line-breaking characters by default.
I like my ASCII text file lines broken by newline chars
and nothing else.
--
Greg
More information about the Python-3000
mailing list