From 7cc052f8e03f8e320a49b11d50ea453d80ab2929 Mon Sep 17 00:00:00 2001 From: sayandipdutta Date: Sat, 2 Nov 2024 12:38:30 +0530 Subject: [PATCH] update whatsnew entry --- Doc/whatsnew/3.14.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index db32be89cf88ff..561803f7678e4f 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -310,6 +310,10 @@ functools to reserve a place for positional arguments. (Contributed by Dominykas Grigonis in :gh:`119127`.) +* Allow the *initial* parameter of :func:`functools.reduce` to be passed + as a keyword argument. + (Contributed by Sayandip Dutta in :gh:`125916`.) + http ----