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 49621e4 commit d6dd9cbCopy full SHA for d6dd9cb
1 file changed
Doc/whatsnew/3.8.rst
@@ -201,9 +201,6 @@ 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
=====================
@@ -275,6 +272,9 @@ Changes in the Python API
275
272
success; an exception was raised on error under Unix.
276
273
(Contributed by Berker Peksag in :issue:`2122`.)
277
274
+* The function :func:`math.factorial` no longer accepts arguments that are not
+ int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
+
278
279
CPython bytecode changes
280
------------------------
0 commit comments