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 mark.dickinson
Recipients Shmuel, docs@python, mark.dickinson
Date 2017-01-30.09:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485767187.73.0.152162258163.issue29389@psf.upfronthosting.co.za>
In-reply-to
Content
I think you're misreading the signature. The '*' is not a parameter in its own right; it's a piece of syntax marking the end of the positional parameters. Everything following that can only be passed by keyword.  See PEP 3102 for an explanation of the syntax.
History
Date User Action Args
2017-01-30 09:06:27mark.dickinsonsetrecipients: + mark.dickinson, docs@python, Shmuel
2017-01-30 09:06:27mark.dickinsonsetmessageid: <1485767187.73.0.152162258163.issue29389@psf.upfronthosting.co.za>
2017-01-30 09:06:27mark.dickinsonlinkissue29389 messages
2017-01-30 09:06:27mark.dickinsoncreate