Sandro Tosi added the comment:
Hi Davi, thanks for your report! I've removed the reference from symbol to
parser, given this last module doesn't show anymore how to user symbol, and
it's encouraging to use ast module instead.
--
nosy: +sandro.tosi
resolution: -> fixed
stage: -> comm
Roundup Robot added the comment:
New changeset d8102ccc5bf7 by Sandro Tosi in branch '2.7':
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
http://hg.python.org/cpython/rev/d8102ccc5bf7
New changeset b326d90ce9c9 by Sandro Tosi in branch '3.2':
Issue #11984: remo
Éric Araujo added the comment:
IIUC, the parser and token module somehow can be used together. If so, the
interlinks are okay, provided the text is revised to remove mention of the
“second example”. If I’m wrong, let’s remove the link.
--
nosy: +eric.araujo
New submission from Davi Post :
The "See also" reference in the documentation for the token and symbol modules
is no longer accurate. The "second example" mentioned was apparently removed in
Python 2.7.
This leaves no explanation for how to use the symbol module.
I don't think this "See also"