Mark Dickinson added the comment:

Ah, okay.  I only looked at Grammar/Grammar, which looks fine.

The doc issue is that at http://docs.python.org/dev/library/ast.html, under the 
heading "31.2.2. Abstract Grammar", it says:

  | Yield(expr? value)
             | YieldFrom(expr? value)

But the docs insert the contents of Python.asdl directly, so you're right: it's 
not really a doc issue.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to