Merged revisions 86737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86737 | ezio.melotti | 2010-11-25 00:02:18 +0200 (Thu, 25 Nov 2010) | 1 line
Add NEWS entry for r86732 and fix double function in the table.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index a4e727a..e305fc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,11 @@
- Issue #9424: Replace deprecated assert* methods in the Python test suite.
+Documentation
+-------------
+
+- Issue #10299: List the built-in functions in a table in functions.rst.
+
What's New in Python 3.1.3 release candidate 1?
===============================================