[issue13632] Update token documentation to reflect actual token types

2011-12-23 Thread Terry J. Reedy

Terry J. Reedy tjre...@udel.edu added the comment:

Looks good to me.
help(token) already has the corrections. - BACKQUOTE, + RARROW, ELLIPSIS

--
nosy: +terry.reedy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13632
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13632] Update token documentation to reflect actual token types

2011-12-23 Thread Terry J. Reedy

Changes by Terry J. Reedy tjre...@udel.edu:


--
priority: low - normal

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13632
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13632] Update token documentation to reflect actual token types

2011-12-23 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset b7d099e8c136 by Meador Inge in branch '3.2':
Issue #13632: Update token documentation to reflect actual token types
http://hg.python.org/cpython/rev/b7d099e8c136

New changeset 1461327e63b5 by Meador Inge in branch 'default':
Issue #13632: Update token documentation to reflect actual token types
http://hg.python.org/cpython/rev/1461327e63b5

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13632
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13632] Update token documentation to reflect actual token types

2011-12-23 Thread Meador Inge

Meador Inge mead...@gmail.com added the comment:

Committed.  Thanks for the review Terry.

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13632
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13632] Update token documentation to reflect actual token types

2011-12-18 Thread Meador Inge

New submission from Meador Inge mead...@gmail.com:

The current token documentation is out of date with respect to the currently 
available token types:

Python 3.3.0a0 (default:766136049b44+, Dec 18 2011, 21:54:42) 
[GCC 4.6.2 20111027 (Red Hat 4.6.2-1)] on linux
Type help, copyright, credits or license for more information.
 import token
 token.BACKQUOTE
Traceback (most recent call last):
  File stdin, line 1, in module
AttributeError: 'module' object has no attribute 'BACKQUOTE'
 token.RARROW
51
 token.ELLIPSIS
52

The attached patch fixes this.  OK?

--
assignee: docs@python
components: Documentation, Library (Lib)
files: token-docs-v0.patch
keywords: easy, patch
messages: 149818
nosy: docs@python, georg.brandl, meador.inge
priority: low
severity: normal
stage: patch review
status: open
title: Update token documentation to reflect actual token types
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24046/token-docs-v0.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13632
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com