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 ncoghlan
Recipients docs@python, ncoghlan, rhettinger, terry.reedy
Date 2018-07-20.10:53:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532084004.39.0.56676864532.issue34118@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-20 10:53:24ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, docs@python
2018-07-20 10:53:24ncoghlansetmessageid: <1532084004.39.0.56676864532.issue34118@psf.upfronthosting.co.za>
2018-07-20 10:53:24ncoghlanlinkissue34118 messages
2018-07-20 10:53:24ncoghlancreate