bpo-33083: Update "What's new" with math.factorial changes (GH-9109) · python/cpython@fa221d8 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit fa221d8

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".

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -272,6 +272,9 @@ Changes in the Python API
272 272 success; an exception was raised on error under Unix.
273 273 (Contributed by Berker Peksag in :issue:`2122`.)
274 274
275 +* The function :func:`math.factorial` no longer accepts arguments that are not
276 + int-like. (Contributed by Pablo Galindo in :issue:`33083`.)
277 +
275 278
276 279 CPython bytecode changes
277 280 ------------------------