File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -460,6 +460,9 @@ numbers. (Contributed by Pablo Galindo in :issue:`35606`)
460
460
Added new function :func: `math.isqrt ` for computing integer square roots.
461
461
(Contributed by Mark Dickinson in :issue: `36887 `.)
462
462
463
+ The function :func: `math.factorial ` no longer accepts arguments that are not
464
+ int-like. (Contributed by Pablo Galindo in :issue: `33083 `.)
465
+
463
466
464
467
mmap
465
468
----
@@ -1140,9 +1143,6 @@ Changes in the Python API
1140
1143
success; an exception was raised on error under Unix.
1141
1144
(Contributed by Berker Peksag in :issue: `2122 `.)
1142
1145
1143
- * The function :func: `math.factorial ` no longer accepts arguments that are not
1144
- int-like. (Contributed by Pablo Galindo in :issue: `33083 `.)
1145
-
1146
1146
* :mod: `xml.dom.minidom ` and :mod: `xml.sax ` modules no longer process
1147
1147
external entities by default.
1148
1148
(Contributed by Christian Heimes in :issue: `17239 `.)
You can’t perform that action at this time.
0 commit comments