]> granicus.if.org Git - python/commitdiff
bpo-33083: Update "What's new" with math.factorial changes (GH-9109)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 7 Sep 2018 23:16:17 +0000 (00:16 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 23:16:17 +0000 (00:16 +0100)
* Add elimination of non-int-like parameters in math.factorial to "What's new".

Doc/whatsnew/3.8.rst

index d07896b71f230b0ac447e61faf8c4179f6d1552b..2de7a50a471d80f95ef8bda8acd8d785cee76749 100644 (file)
@@ -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
 ------------------------