Skip to content

Commit 49621e4

Browse files
committed
Add elimination of non-int-like parameters in math.factorial to "What's new"
1 parent 2865848 commit 49621e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ Removed
201201
* Removed the ``doctype()`` method of :class:`~xml.etree.ElementTree.XMLParser`.
202202
(Contributed by Serhiy Storchaka in :issue:`29209`.)
203203

204+
* The function :func:`math.factorial` no longer accepts arguments that are not
205+
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
206+
204207

205208
Porting to Python 3.8
206209
=====================

0 commit comments

Comments
 (0)