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