This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paradisee
Recipients Paradisee, docs@python, edsouza, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2015-03-02.20:18:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425327497.55.0.878361746534.issue23512@psf.upfronthosting.co.za>
In-reply-to
Content
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])
History
Date User Action Args
2015-03-02 20:18:17Paradiseesetrecipients: + Paradisee, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, docs@python, edsouza
2015-03-02 20:18:17Paradiseesetmessageid: <1425327497.55.0.878361746534.issue23512@psf.upfronthosting.co.za>
2015-03-02 20:18:17Paradiseelinkissue23512 messages
2015-03-02 20:18:17Paradiseecreate