We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc1ce1 commit 578f22eCopy full SHA for 578f22e
Doc/whatsnew/3.14.rst
@@ -385,6 +385,10 @@ Deprecated
385
as a single positional argument.
386
(Contributed by Serhiy Storchaka in :gh:`109218`.)
387
388
+* :mod:`functools`:
389
+ Calling the Python implementation of :func:`functools.reduce` with *function*
390
+ or *sequence* as keyword arguments is now deprecated.
391
+
392
* :mod:`os`:
393
:term:`Soft deprecate <soft deprecated>` :func:`os.popen` and
394
:func:`os.spawn* <os.spawnl>` functions. They should no longer be used to
0 commit comments