]> granicus.if.org Git - python/commitdiff
Add NEWS entry for r86732 and fix double function in the table.
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 24 Nov 2010 22:02:18 +0000 (22:02 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 24 Nov 2010 22:02:18 +0000 (22:02 +0000)
Doc/library/functions.rst
Misc/NEWS

index e9e54123b2a4744bfb54197fca665e5ae93b8ea2..1c3ee129ffbf5dce9d3f54d9c49302d15d505fdc 100644 (file)
@@ -18,10 +18,10 @@ are always available.  They are listed here in alphabetical order.
 :func:`bool`         :func:`filter`     :func:`issubclass`  :func:`pow`       :func:`super`
 :func:`bytearray`    :func:`float`      :func:`iter`        :func:`print`     :func:`tuple`
 :func:`bytes`        :func:`format`     :func:`len`         :func:`property`  :func:`type`
-:func:`chr`          :func:`frozenset`  :func:`list`        :func:`range`     :func:`type`
-:func:`classmethod`  :func:`getattr`    :func:`locals`      :func:`repr`      :func:`vars`
-:func:`compile`      :func:`globals`    :func:`map`         :func:`reversed`  :func:`zip`
-:func:`complex`      :func:`hasattr`    :func:`max`         :func:`round`     :func:`__import__`
+:func:`chr`          :func:`frozenset`  :func:`list`        :func:`range`     :func:`vars`
+:func:`classmethod`  :func:`getattr`    :func:`locals`      :func:`repr`      :func:`zip`
+:func:`compile`      :func:`globals`    :func:`map`         :func:`reversed`  :func:`__import__`
+:func:`complex`      :func:`hasattr`    :func:`max`         :func:`round`
 :func:`delattr`      :func:`hash`       :func:`memoryview`  :func:`set`
 :func:`dict`         :func:`help`       :func:`min`         :func:`setattr`
 ===================  =================  ==================  ================  ====================
index 6891d1ebec8af57a5136769d489b9eb56dad5ec8..bd1e731533d4eae8f7134fda2cb20e3b6a832769 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,11 @@ Build
 - 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?
 =================================