Skip to content

Commit 578f22e

Browse files
committed
Add an entry to the whatsnew
1 parent 1cc1ce1 commit 578f22e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ Deprecated
385385
as a single positional argument.
386386
(Contributed by Serhiy Storchaka in :gh:`109218`.)
387387

388+
* :mod:`functools`:
389+
Calling the Python implementation of :func:`functools.reduce` with *function*
390+
or *sequence* as keyword arguments is now deprecated.
391+
388392
* :mod:`os`:
389393
:term:`Soft deprecate <soft deprecated>` :func:`os.popen` and
390394
:func:`os.spawn* <os.spawnl>` functions. They should no longer be used to

0 commit comments

Comments
 (0)