Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I never seen a one argument form of P(n, k) in mathematics. 
itertools.permutations() corresponds two functions: math.perm() and math 
.factorial(). Unless you a going to add a new function in the itertools module 
equal to a one argument form of itertools.permutations() there will be no full 
symmetry.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37178>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to