]> granicus.if.org Git - python/commit
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Jun 2019 16:17:33 +0000 (09:17 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 8 Jun 2019 16:17:33 +0000 (09:17 -0700)
commitfeaceaafe816e95c4aff15eab0bea6dc2bbfe4fd
tree1809f17e0075595a64c31ff9ee19cb1b5c605a15
parent6324ac1293b2cf71559869b88f89f510f9a62a8e
bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)

(cherry picked from commit e119b3d136bd94d880bce4b382096f6de3f38062)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/math.rst
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2019-06-07-17-11-34.bpo-37178.b1StSv.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2019-06-07-17-16-09.bpo-37178.Day_oB.rst [new file with mode: 0644]
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c