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

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


http://hg.python.org/cpython/rev/1461327e63b5
changeset:   74151:1461327e63b5
parent:      74149:cd459def1446
parent:      74150:b7d099e8c136
user:        Meador Inge <meadori at gmail.com>
date:        Fri Dec 23 23:08:50 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