mirror of
https://github.com/python/cpython.git
synced 2026-02-27 17:41:12 +00:00
Move whats-new entry for math.factorial to the math module section. (GH-13723)
This commit is contained in:
parent
6b282e1887
commit
a0adffb902
1 changed files with 3 additions and 3 deletions
|
|
@ -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`.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue