summaryrefslogtreecommitdiff
path: root/Doc/reference/lexical_analysis.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-09 17:41:55 -0400
committerR David Murray <rdmurray@bitdance.com>2014-10-09 17:41:55 -0400
commit55660076e07e9b57cf3b9caea9b3281cc2b5a2b6 (patch)
treeaab25bcb6bb404c62aa06fdb34496c1ed2d19415 /Doc/reference/lexical_analysis.rst
parent111cac9352479b79491395adc6b67603d9afc225 (diff)
parent0edf656cbe5a661960bec686484dcee556e0283b (diff)
downloadcpython-55660076e07e9b57cf3b9caea9b3281cc2b5a2b6.tar.gz
Merge: #18176: fix another reference and add it to the makeunicodedata comment.
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
-rw-r--r--Doc/reference/lexical_analysis.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index a2ef0aaf27..ee1914a29c 100644
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -689,7 +689,7 @@ Operators
The following tokens are operators::
- + - * ** / // %
+ + - * ** / // % @
<< >> & | ^ ~
< > <= >= == !=
@@ -705,7 +705,7 @@ The following tokens serve as delimiters in the grammar::
( ) [ ] { }
, : . ; @ = ->
- += -= *= /= //= %=
+ += -= *= /= //= %= @=
&= |= ^= >>= <<= **=
The period can also occur in floating-point and imaginary literals. A sequence
@@ -726,4 +726,4 @@ occurrence outside string literals and comments is an unconditional error::
.. rubric:: Footnotes
-.. [#] http://www.unicode.org/Public/6.3.0/ucd/NameAliases.txt
+.. [#] http://www.unicode.org/Public/7.0.0/ucd/NameAliases.txt