File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,6 +460,9 @@ numbers. (Contributed by Pablo Galindo in :issue:`35606`)
460460Added 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
464467mmap
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 `.)
You can’t perform that action at this time.
0 commit comments