[issue37128] Add math.perm()

2019-06-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue37128] Add math.perm()

2019-06-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue37128] Add math.perm()

2019-06-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5ae299ac78abb628803ab7dee0997364547f5cc8 by Serhiy Storchaka in branch 'master': bpo-37128: Add math.perm(). (GH-13731) https://github.com/python/cpython/commit/5ae299ac78abb628803ab7dee0997364547f5cc8 -- ___

[issue37128] Add math.perm()

2019-06-01 Thread Mark Dickinson
Mark Dickinson added the comment: > +0 from me. It is inevitable that this will be requested now that we have > comb(). Exactly my thoughts, too. I don't think I'll have any use for `math.perm`; the main reason to add it will be to satisfy all those who got taught combinations and permutat

[issue37128] Add math.perm()

2019-06-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +13615 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13731 ___ Python tracker ___

[issue37128] Add math.perm()

2019-06-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: +0 from me. It is inevitable that this will be requested now that we have comb(). The need for this is much less though. -- nosy: +rhettinger ___ Python tracker __

[issue37128] Add math.perm()

2019-06-01 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The function which returns the number of ways to choose k items from n items without repetition and without order was added in issue35431. This functions is always goes in pair with other function, which returns the number of ways to choose k items from