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 edsouza
Recipients Paradisee, docs@python, edsouza, eric.araujo, ezio.melotti, georg.brandl, terry.reedy
Date 2015-03-02.21:14:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425330866.05.0.368173524955.issue23512@psf.upfronthosting.co.za>
In-reply-to
Content
I think putting them in a separate table is good, but I think it makes more sense to appear right below the existing table at the top of the page. For better or worse, these "non-essential" functions are still builtins in Python 2.

It would be disconcerting if you went to this page looking for a builtin (eg. coerce) and couldn't find it at the top of the page with the other builtins.

Above all, the list of "builtins" should be accurate as to what builtins actually exist in Python 2.
History
Date User Action Args
2015-03-02 21:14:26edsouzasetrecipients: + edsouza, georg.brandl, terry.reedy, ezio.melotti, eric.araujo, docs@python, Paradisee
2015-03-02 21:14:26edsouzasetmessageid: <1425330866.05.0.368173524955.issue23512@psf.upfronthosting.co.za>
2015-03-02 21:14:26edsouzalinkissue23512 messages
2015-03-02 21:14:25edsouzacreate