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 <1559840527.32.0.461123652949.issue37178@roundup.psfhosted.org>
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: <1559840527.32.0.461123652949.issue37178@roundup.psfhosted.org>
2019-06-06 17:02:07serhiy.storchakalinkissue37178 messages
2019-06-06 17:02:07serhiy.storchakacreate