This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients brett.cannon, daniel.urban, mark.dickinson
Date 2012-11-24.17:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353777536.8.0.761295534701.issue16546@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-24 17:18:56mark.dickinsonsetrecipients: + mark.dickinson, brett.cannon, daniel.urban
2012-11-24 17:18:56mark.dickinsonsetmessageid: <1353777536.8.0.761295534701.issue16546@psf.upfronthosting.co.za>
2012-11-24 17:18:56mark.dickinsonlinkissue16546 messages
2012-11-24 17:18:56mark.dickinsoncreate