Commit fa221d80 authored by Pablo Galindo's avatar Pablo Galindo Committed by GitHub

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".
parent 5b7a2cb5
......@@ -272,6 +272,9 @@ Changes in the Python API
success; an exception was raised on error under Unix.
(Contributed by Berker Peksag in :issue:`2122`.)
* The function :func:`math.factorial` no longer accepts arguments that are not
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
CPython bytecode changes
------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment