mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
#4000: fix several 2.x atavisms.
This commit is contained in:
parent
b186f34384
commit
0df797943c
4 changed files with 9 additions and 9 deletions
|
@ -676,8 +676,8 @@ Delimiters
|
|||
|
||||
The following tokens serve as delimiters in the grammar::
|
||||
|
||||
( ) [ ] { } @
|
||||
, : . ` = ;
|
||||
( ) [ ] { }
|
||||
, : . ; @ =
|
||||
+= -= *= /= //= %=
|
||||
&= |= ^= >>= <<= **=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue