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 terry.reedy
Recipients docs@python, jayanthkoushik, mwilliamson, terry.reedy
Date 2014-08-22.20:59:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408741183.9.0.337297730016.issue22243@psf.upfronthosting.co.za>
In-reply-to
Content
I think 'target' can just be replaced by 'identifier'.
Using 'expression' (or 'expr' in the ast doc) for what should be 'exceptions: identifier' or paranthesized tuple of identifiers;, is also too broad. However, that must be enforced in the compiler rather than the parser, and compiler restrictions are in the text, not the grammar.
History
Date User Action Args
2014-08-22 20:59:43terry.reedysetrecipients: + terry.reedy, docs@python, jayanthkoushik, mwilliamson
2014-08-22 20:59:43terry.reedysetmessageid: <1408741183.9.0.337297730016.issue22243@psf.upfronthosting.co.za>
2014-08-22 20:59:43terry.reedylinkissue22243 messages
2014-08-22 20:59:43terry.reedycreate