PEP proposal: sequence expansion support for yield statement: yield *

justin walters walters.justin01 at gmail.com
Thu Apr 21 11:19:44 EDT 2016


I agree with the others that the new syntax is not needed.

I would also like to point out that I believe any new added syntax or
functionality should avoid the use of '*' and '**' as both of these
characters are already used for many things such as optional arguments and
mathematical operators. Adding more uses for said characters only decreases
the readability of the code.



More information about the Python-list mailing list