summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7b8685..9479125 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Extension Modules
-----------------
+- Issue #2819: add full-precision summation function to math module,
+ based on Hettinger's ASPN Python Cookbook recipe.
+
- Issue #2592: delegate nb_index and the floor/truediv slots in
weakref.proxy.