Carlo Beccarini added the comment: diff -r 3019effc44f2 Doc/library/functions.rst --- a/Doc/library/functions.rst Mon Mar 02 11:17:05 2015 -0500 +++ b/Doc/library/functions.rst Mon Mar 02 21:13:27 2015 +0100 @@ -22,10 +22,10 @@ :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` .. =================== ================= ================== ================= ==================== .. using :func:`dict` would create a link to another page, so local targets are @@ -1699,6 +1699,11 @@ Python programmers, trainers, students and book writers should feel free to bypass these functions without concerns about missing something important. +=================== ================= ================== ================= +.. Non-essential Built-in Functions .. +=================== ================= ================== ================= +:func:`apply` :func:`buffer` :func:`coerce` :func:`intern` +=================== ================= ================== ================= .. function:: apply(function, args[, keywords])
---------- Added file: http://bugs.python.org/file38304/functools.rst _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue23512> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com