Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa221d8

Browse files
authored
bpo-33083: Update "What's new" with math.factorial changes (GH-9109)
* Add elimination of non-int-like parameters in math.factorial to "What's new".
1 parent 5b7a2cb commit fa221d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ Changes in the Python API
272272
success; an exception was raised on error under Unix.
273273
(Contributed by Berker Peksag in :issue:`2122`.)
274274

275+
* The function :func:`math.factorial` no longer accepts arguments that are not
276+
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
277+
275278

276279
CPython bytecode changes
277280
------------------------

0 commit comments

Comments
 (0)