This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients JelleZijlstra, NeilGirdhar, barry, benjamin.peterson, berker.peksag, docs@python, ezio.melotti, martin.panter, moigagoo, paul.moore, pitrou, r.david.murray, steve.dower, supriyanto maftuh, supriyantomaftuh, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-06-08.09:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465378993.72.0.113329045794.issue24136@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-06-08 09:43:13martin.pantersetrecipients: + martin.panter, barry, terry.reedy, paul.moore, pitrou, vstinner, tim.golden, benjamin.peterson, ezio.melotti, r.david.murray, docs@python, berker.peksag, zach.ware, steve.dower, NeilGirdhar, moigagoo, JelleZijlstra, supriyanto maftuh, supriyantomaftuh
2016-06-08 09:43:13martin.pantersetmessageid: <1465378993.72.0.113329045794.issue24136@psf.upfronthosting.co.za>
2016-06-08 09:43:13martin.panterlinkissue24136 messages
2016-06-08 09:43:13martin.pantercreate