mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Whitespace normalization.
This commit is contained in:
parent
2344fae6d0
commit
0c9886d589
7 changed files with 488 additions and 488 deletions
|
@ -33,9 +33,9 @@ RE_NEWLINE_OR = 16
|
|||
# their special meaning regardless of the surrounding context.
|
||||
# 1 means that special characters may act as normal characters in some
|
||||
# contexts. Specifically, this applies to:
|
||||
# ^ - only special at the beginning, or after ( or |
|
||||
# $ - only special at the end, or before ) or |
|
||||
# *, +, ? - only special when not after the beginning, (, or |
|
||||
# ^ - only special at the beginning, or after ( or |
|
||||
# $ - only special at the end, or before ) or |
|
||||
# *, +, ? - only special when not after the beginning, (, or |
|
||||
RE_CONTEXT_INDEP_OPS = 32
|
||||
|
||||
# ANSI sequences (\n etc) and \xhh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue