[Python-checkins] bpo-33083: Update "What's new" with math.factorial changes (GH-9109)

Pablo Galindo webhook-mailer at python.org
Fri Sep 7 19:16:20 EDT 2018


https://github.com/python/cpython/commit/fa221d804f1bc07d992f820069bad24f176ed66d
commit: fa221d804f1bc07d992f820069bad24f176ed66d
branch: master
author: Pablo Galindo <Pablogsal at gmail.com>
committer: GitHub <noreply at github.com>
date: 2018年09月08日T00:16:17+01:00
summary:
bpo-33083: Update "What's new" with math.factorial changes (GH-9109)
* Add elimination of non-int-like parameters in math.factorial to "What's new".
files:
M Doc/whatsnew/3.8.rst
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index d07896b71f23..2de7a50a471d 100644
--- 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
 ------------------------


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /