mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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".
This commit is contained in:
parent
5b7a2cb5ca
commit
fa221d804f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue