[issue44670] bug on showing tuple on console

Dennis Sweeney report at bugs.python.org
Sun Jul 18 17:36:41 EDT 2021


Dennis Sweeney <sweeney.dennis650 at gmail.com> 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 <report at bugs.python.org>
<https://bugs.python.org/issue44670>
_______________________________________


More information about the Python-bugs-list mailing list