[issue38560] Allow iterable argument unpacking after a keyword argument?

Josh Rosenberg report at bugs.python.org
Wed Oct 23 15:02:41 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

I'd be +1 on this, but I'm worried about existing code relying on the functional use case from your example.

If we are going to discourage it, I think we either have to:

1. Have DeprecationWarning that turns into a SyntaxError, or
2. Never truly remove it, but make it a SyntaxWarning immediately and leave it that way indefinitely

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38560>
_______________________________________


More information about the Python-bugs-list mailing list