[Python-checkins] cpython (3.2): Issue #13632: Update token documentation to reflect actual token types

meador.inge python-checkins at python.org
Sat Dec 24 06:14:30 CET 2011


http://hg.python.org/cpython/rev/b7d099e8c136
changeset:   74150:b7d099e8c136
branch:      3.2
parent:      74148:71ff2235bb4c
user:        Meador Inge <meadori at gmail.com>
date:        Fri Dec 23 22:30:16 2011 -0600
summary:
  Issue #13632: Update token documentation to reflect actual token types

files:
  Doc/library/token.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/token.rst b/Doc/library/token.rst
--- a/Doc/library/token.rst
+++ b/Doc/library/token.rst
@@ -68,7 +68,6 @@
           EQUAL
           DOT
           PERCENT
-          BACKQUOTE
           LBRACE
           RBRACE
           EQEQUAL
@@ -94,6 +93,8 @@
           DOUBLESLASH
           DOUBLESLASHEQUAL
           AT
+          RARROW
+          ELLIPSIS
           OP
           ERRORTOKEN
           N_TOKENS

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list