[Python-checkins] cpython (3.3): Add "->" as a delimiter token. Found by James Harding on docs at .
georg.brandl
python-checkins at python.org
Tue Oct 8 21:27:56 CEST 2013
http://hg.python.org/cpython/rev/f7b4f0459dc6
changeset: 86154:f7b4f0459dc6
branch: 3.3
parent: 86151:e53313b48a35
user: Georg Brandl <georg at python.org>
date: Tue Oct 08 21:28:22 2013 +0200
summary:
Add "->" as a delimiter token. Found by James Harding on docs at .
files:
Doc/reference/lexical_analysis.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -704,7 +704,7 @@
The following tokens serve as delimiters in the grammar::
( ) [ ] { }
- , : . ; @ =
+ , : . ; @ = ->
+= -= *= /= //= %=
&= |= ^= >>= <<= **=
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list