Skip to content

Commit a0adffb

Browse files
authored
Move whats-new entry for math.factorial to the math module section. (GH-13723)
1 parent 6b282e1 commit a0adffb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,9 @@ numbers. (Contributed by Pablo Galindo in :issue:`35606`)
460460
Added new function :func:`math.isqrt` for computing integer square roots.
461461
(Contributed by Mark Dickinson in :issue:`36887`.)
462462

463+
The function :func:`math.factorial` no longer accepts arguments that are not
464+
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
465+
463466

464467
mmap
465468
----
@@ -1140,9 +1143,6 @@ Changes in the Python API
11401143
success; an exception was raised on error under Unix.
11411144
(Contributed by Berker Peksag in :issue:`2122`.)
11421145

1143-
* The function :func:`math.factorial` no longer accepts arguments that are not
1144-
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
1145-
11461146
* :mod:`xml.dom.minidom` and :mod:`xml.sax` modules no longer process
11471147
external entities by default.
11481148
(Contributed by Christian Heimes in :issue:`17239`.)

0 commit comments

Comments
 (0)