Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

It's possible the word permutations means something different to you than it 
does to me.  The itertools.permutations() function is only one function, one 
that includes the default option to generate all permutations.  It does the 
same as permute(n, r) and permute(n) in Maple; and the same as 
Permutations[list, n] and Permutations[list] in Mathematica.  For the math 
module, perm(n) is just a common special case that means all possible 
arrangements.

----------

_______________________________________
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