#4000: fix several 2.x atavisms.

This commit is contained in:
Georg Brandl 2008-10-04 18:33:26 +00:00
parent b186f34384
commit 0df797943c
4 changed files with 9 additions and 9 deletions

View file

@ -676,8 +676,8 @@ Delimiters
The following tokens serve as delimiters in the grammar::
( ) [ ] { } @
, : . ` = ;
( ) [ ] { }
, : . ; @ =
+= -= *= /= //= %=
&= |= ^= >>= <<= **=