Add NEWS entry for r86732 and fix double function in the table.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6891d1e..bd1e731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,11 @@
 - Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and
   PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals.
 
+Documentation
+-------------
+
+- Issue #10299: List the built-in functions in a table in functions.rst.
+
 
 What's New in Python 3.2 Alpha 4?
 =================================