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 Dennis Sweeney
Recipients Dennis Sweeney, kwutge
Date 2021-07-18.21:36:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626644201.42.0.00355661275928.issue44670@roundup.psfhosted.org>
In-reply-to
Content
I don't know what behavior you were expecting, but *args means "the rest of the positional arguments", not "all of the positional arguments."

See https://docs.python.org/3/tutorial/controlflow.html?highlight=variadic#arbitrary-argument-lists
History
Date User Action Args
2021-07-18 21:36:41Dennis Sweeneysetrecipients: + Dennis Sweeney, kwutge
2021-07-18 21:36:41Dennis Sweeneysetmessageid: <1626644201.42.0.00355661275928.issue44670@roundup.psfhosted.org>
2021-07-18 21:36:41Dennis Sweeneylinkissue44670 messages
2021-07-18 21:36:41Dennis Sweeneycreate