summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2015-03-24 11:44:58 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2015-03-24 11:44:58 (GMT)
commit1afb9da7478bc4c9470b6f7c692cff233f901548 (patch)
tree78e3e96a62569132af776a5649948fc00d4e81df
parentbc1fda39ae44cbb7cdf8ff9143f103274eb28a13 (diff)
downloadcpython-1afb9da7478bc4c9470b6f7c692cff233f901548.zip
cpython-1afb9da7478bc4c9470b6f7c692cff233f901548.tar.gz
cpython-1afb9da7478bc4c9470b6f7c692cff233f901548.tar.bz2
#23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini.
-rw-r--r--Doc/library/functions.rst13
-rw-r--r--Misc/ACKS1
2 files changed, 10 insertions, 4 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 99ba882..c4be3ef 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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
diff --git a/Misc/ACKS b/Misc/ACKS
index 82d40e4..a3455b6 100644
--- 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