[issue39648] Update math.gcd() to accept "n" arguments.

Serhiy Storchaka report at bugs.python.org
Sun Feb 16 12:02:27 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Should it take variable number of positional arguments or a single iterable argument as max() and min()?

What should it return for 0 arguments?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39648>
_______________________________________


More information about the Python-bugs-list mailing list