>From initial discussions it seems prudent to modify the Generator Delegation RFC to use either of:
- yield from <expr> - yield use <expr> The `yield from` form would add a single T_YIELD_FROM token (as opposed to a new "from" reserved word). The `yield use` form would reuse existing keywords. I'd like to get feedback from people on preferences between these two options before modifying the RFC. If general consensus isn't reached this can be a voting option, but I prefer a traditional yes/no vote to ménage à trois. Thanks again for your participation.