projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7a2cb
)
bpo-33083: Update "What's new" with math.factorial changes (GH-9109)
author
Pablo Galindo
<Pablogsal@gmail.com>
Fri, 7 Sep 2018 23:16:17 +0000
(
00:16
+0100)
committer
GitHub
<noreply@github.com>
Fri, 7 Sep 2018 23:16:17 +0000
(
00:16
+0100)
* Add elimination of non-int-like parameters in math.factorial to "What's new".
Doc/whatsnew/3.8.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.8.rst
b/Doc/whatsnew/3.8.rst
index d07896b71f230b0ac447e61faf8c4179f6d1552b..2de7a50a471d80f95ef8bda8acd8d785cee76749 100644
(file)
--- a/
Doc/whatsnew/3.8.rst
+++ b/
Doc/whatsnew/3.8.rst
@@
-272,6
+272,9
@@
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`.)
+
CPython bytecode changes
------------------------