[issue2292] Missing *-unpacking generalizations

Joshua Landau report at bugs.python.org
Tue Jan 20 22:39:48 CET 2015


Joshua Landau added the comment:

I think I've got it working; I'm just working out how to make a patch and adding a test or two. I think I'll also need to sign the contributor agreement.

While I'm at it, here are a few other deviations from the PEP:


- {*()} and {**{}} aren't supported

- [*[0] for i in [0]] gives a SystemError

- "return *(1, 2, 3)," fails whilst "*(1, 2, 3)," succeeds

----------

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


More information about the Python-bugs-list mailing list