summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst b/Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst
deleted file mode 100644
index d70b0bc..0000000
--- a/Misc/NEWS.d/next/Library/2018-12-29-21-59-03.bpo-35606.NjGjou.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Implement :func:`math.prod` as analogous function to :func:`sum` that
-returns the product of a 'start' value (default: 1) times an iterable of
-numbers. Patch by Pablo Galindo.