This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2019-06-06.17:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-06 17:02:07serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson
2019-06-06 17:02:07serhiy.storchakasetmessageid: <[email protected]>
2019-06-06 17:02:07serhiy.storchakalinkissue37178 messages
2019-06-06 17:02:07serhiy.storchakacreate