]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 24 Mar 2015 11:44:58 +0000 (13:44 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 24 Mar 2015 11:44:58 +0000 (13:44 +0200)
Doc/library/functions.rst
Misc/ACKS

index 99ba88214171ae7907d9c3bf877caf565dd349af..c4be3ef3386947bbe8ed51eecacbb10214ff79f0 100644 (file)
@@ -22,12 +22,17 @@ available.  They are listed here in alphabetical order.
 :func:`classmethod`  :func:`getattr`    :func:`map`         |func-repr|_       :func:`xrange`
 :func:`cmp`          :func:`globals`    :func:`max`         :func:`reversed`   :func:`zip`
 :func:`compile`      :func:`hasattr`    |func-memoryview|_  :func:`round`      :func:`__import__`
-:func:`complex`      :func:`hash`       :func:`min`         |func-set|_        :func:`apply`
-:func:`delattr`      :func:`help`       :func:`next`        :func:`setattr`    :func:`buffer`
-|func-dict|_         :func:`hex`        :func:`object`      :func:`slice`      :func:`coerce`
-:func:`dir`          :func:`id`         :func:`oct`         :func:`sorted`     :func:`intern`
+:func:`complex`      :func:`hash`       :func:`min`         |func-set|_        ..
+:func:`delattr`      :func:`help`       :func:`next`        :func:`setattr`    ..
+|func-dict|_         :func:`hex`        :func:`object`      :func:`slice`      ..
+:func:`dir`          :func:`id`         :func:`oct`         :func:`sorted`     ..
 ===================  =================  ==================  =================  ====================
 
+In addition, there are other four built-in functions that are no longer
+considered essential: :func:`apply`, :func:`buffer`, :func:`coerce`, and
+:func:`intern`.  They are documented in the :ref:`non-essential-built-in-funcs`
+section.
+
 .. using :func:`dict` would create a link to another page, so local targets are
    used, with replacement texts to make the output in the table consistent
 
index 82d40e4517fd94a34f059f45aa2faff2413597cc..a3455b65807ba7aaee6decdf2e6586d47c0cc320 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -95,6 +95,7 @@ Mike Bayer
 Samuel L. Bayer
 Donald Beaudry
 David Beazley
+Carlo Beccarini
 Neal Becker
 Robin Becker
 Torsten Becker