[Python-Dev] whitespace normalization (original) (raw)
skip at pobox.com skip at pobox.com
Wed Apr 25 21:14:13 CEST 2007
- Previous message: [Python-Dev] whitespace normalization
- Next message: [Python-Dev] whitespace normalization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim> ... but only when the code mysteriously
Tim> relied on significant trailing whitespace in the .py file.
Maybe \s should expand to a single space by the lexer so people who want to rely on trailing spaces can be explicit about it. There already exists non-whitespace escape sequences for tabs and newlines.
Skip
- Previous message: [Python-Dev] whitespace normalization
- Next message: [Python-Dev] whitespace normalization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]