]> granicus.if.org Git - python/commitdiff
Move whats-new entry for math.factorial to the math module section. (GH-13723)
authorMark Dickinson <mdickinson@enthought.com>
Sat, 1 Jun 2019 11:21:53 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 11:21:53 +0000 (12:21 +0100)
Doc/whatsnew/3.8.rst

index bc7c9ef37442d0a3b1b0adccd9a3a33ee51c3c70..2d5291102d2a3902a3a682cec52239a928ad17d2 100644 (file)
@@ -460,6 +460,9 @@ numbers. (Contributed by Pablo Galindo in :issue:`35606`)
 Added new function :func:`math.isqrt` for computing integer square roots.
 (Contributed by Mark Dickinson in :issue:`36887`.)
 
+The function :func:`math.factorial` no longer accepts arguments that are not
+int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
+
 
 mmap
 ----
@@ -1140,9 +1143,6 @@ 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`.)
-
 * :mod:`xml.dom.minidom` and :mod:`xml.sax` modules no longer process
   external entities by default.
   (Contributed by Christian Heimes in :issue:`17239`.)