[New-bugs-announce] [issue16546] ast.YieldFrom needlessly has its expr value as optional

Brett Cannon report at bugs.python.org
Fri Nov 23 23:42:35 CET 2012


New submission from Brett Cannon:

The grammar guarantees that 'yield from' statements have an expression to evaluate, plus a 'yield from' without an expression makes no sense.

----------
components: Library (Lib)
messages: 176261
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: ast.YieldFrom needlessly has its expr value as optional
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16546>
_______________________________________


More information about the New-bugs-announce mailing list