[issue34118] Fix some class entries in 'Built-in Functions'

Nick Coghlan report at bugs.python.org
Fri Jul 20 06:53:24 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Note that an alternative option for clarifying the status of the "Are they types or factory functions?" builtins would be for someone to review https://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy and compare it to the builtins documentation in the library reference.

The language reference is often a better home for clarifying the Python vs CPython behavioural oundary, since it avoids cluttering up the main docs with info that's going to be irrelevant to the vast majority of users.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34118>
_______________________________________


More information about the Python-bugs-list mailing list