Skip to content

Commit d6dd9cb

Browse files
committed
Move section to the 'Changes in the Python API' section
1 parent 49621e4 commit d6dd9cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/whatsnew/3.8.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ 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-
207204

208205
Porting to Python 3.8
209206
=====================
@@ -275,6 +272,9 @@ Changes in the Python API
275272
success; an exception was raised on error under Unix.
276273
(Contributed by Berker Peksag in :issue:`2122`.)
277274

275+
* The function :func:`math.factorial` no longer accepts arguments that are not
276+
int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
277+
278278

279279
CPython bytecode changes
280280
------------------------

0 commit comments

Comments
 (0)