Browse Source

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".
pull/9113/head
Pablo Galindo 8 years ago
committed by GitHub
parent
commit
fa221d804f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Doc/whatsnew/3.8.rst

3
Doc/whatsnew/3.8.rst

@ -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…
Cancel
Save