Kaydet (Commit) 1afb9da7 authored tarafından Ezio Melotti's avatar Ezio Melotti

#23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini.

üst bc1fda39
...@@ -22,12 +22,17 @@ available. They are listed here in alphabetical order. ...@@ -22,12 +22,17 @@ available. They are listed here in alphabetical order.
:func:`classmethod` :func:`getattr` :func:`map` |func-repr|_ :func:`xrange` :func:`classmethod` :func:`getattr` :func:`map` |func-repr|_ :func:`xrange`
:func:`cmp` :func:`globals` :func:`max` :func:`reversed` :func:`zip` :func:`cmp` :func:`globals` :func:`max` :func:`reversed` :func:`zip`
:func:`compile` :func:`hasattr` |func-memoryview|_ :func:`round` :func:`__import__` :func:`compile` :func:`hasattr` |func-memoryview|_ :func:`round` :func:`__import__`
:func:`complex` :func:`hash` :func:`min` |func-set|_ :func:`apply` :func:`complex` :func:`hash` :func:`min` |func-set|_ ..
:func:`delattr` :func:`help` :func:`next` :func:`setattr` :func:`buffer` :func:`delattr` :func:`help` :func:`next` :func:`setattr` ..
|func-dict|_ :func:`hex` :func:`object` :func:`slice` :func:`coerce` |func-dict|_ :func:`hex` :func:`object` :func:`slice` ..
:func:`dir` :func:`id` :func:`oct` :func:`sorted` :func:`intern` :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 .. 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 used, with replacement texts to make the output in the table consistent
......
...@@ -95,6 +95,7 @@ Mike Bayer ...@@ -95,6 +95,7 @@ Mike Bayer
Samuel L. Bayer Samuel L. Bayer
Donald Beaudry Donald Beaudry
David Beazley David Beazley
Carlo Beccarini
Neal Becker Neal Becker
Robin Becker Robin Becker
Torsten Becker Torsten Becker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment