[docs] [issue24136] document PEP 448: unpacking generalization
Martin Panter
report at bugs.python.org
Wed Jun 8 05:43:13 EDT 2016
Martin Panter added the comment:
Thanks for helping with this Jelle.
The documentation of unpacking sequences vs iterables was adjusted in 3.6 as part of Issue 23275. I guess part of revision 8a0754fed986 should be extracted to 3.5 as well.
Looking at the function call syntax, positional and starred should be optional. I don’t think your syntax would allow print(file=stderr).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24136>
_______________________________________
More information about the docs
mailing list