[OT] whitespace

Ben Finney bignose+hates-spam at benfinney.id.au
Wed May 31 07:15:57 EDT 2006


Sion Arrowsmith <siona at chiark.greenend.org.uk> writes:

> And if we didn't say "whitespace", how would we distinguish between
> "space characters" meaning "     " and "whitespace characters"
> meaning " \t\r\n\v"? (OK, has anyone met a "\v" in the wild?)

Not me. But I routinely use a whitespace character you omitted: '\f'
(ASCII FF, '\x0C') to separate sections of source code within a file.

-- 
 \          "I don't like country music, but I don't mean to denigrate |
  `\          those who do. And for the people who like country music, |
_o__)                     denigrate means 'put down'."  -- Bob Newhart |
Ben Finney




More information about the Python-list mailing list