Dennis Sweeney <[email protected]> added the comment:
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 ---------- nosy: +Dennis Sweeney _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44670> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
