Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a2cb commit fa221d8Copy full SHA for fa221d8
1 file changed
Doc/whatsnew/3.8.rst
@@ -272,6 +272,9 @@ Changes in the Python API
272
success; an exception was raised on error under Unix.
273
(Contributed by Berker Peksag in :issue:`2122`.)
274
275
+* The function :func:`math.factorial` no longer accepts arguments that are not
276
+ int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
277
+
278
279
CPython bytecode changes
280
------------------------
0 commit comments