We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865848 commit 49621e4Copy full SHA for 49621e4
1 file changed
Doc/whatsnew/3.8.rst
@@ -201,6 +201,9 @@ Removed
201
* Removed the ``doctype()`` method of :class:`~xml.etree.ElementTree.XMLParser`.
202
(Contributed by Serhiy Storchaka in :issue:`29209`.)
203
204
+* The function :func:`math.factorial` no longer accepts arguments that are not
205
+ int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
206
+
207
208
Porting to Python 3.8
209
=====================
0 commit comments