mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
changed underscore to have symbol syntax
This commit is contained in:
parent
52bc17cd9e
commit
2bbe49bf6f
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ Currently-active file is at the head of the list.")
|
|||
( ?\* . "." ) ( ?\+ . "." ) ( ?\- . "." )
|
||||
( ?\/ . "." ) ( ?\< . "." ) ( ?\= . "." )
|
||||
( ?\> . "." ) ( ?\| . "." )
|
||||
( ?\_ . "w" ) ; underscore is legit in names
|
||||
( ?\_ . "_" ) ; underscore is legit in symbols, but not words
|
||||
( ?\' . "\"") ; single quote is string quote
|
||||
( ?\" . "\"" ) ; double quote is string quote too
|
||||
( ?\` . "$") ; backquote is open and close paren
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue