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 serhiy.storchaka
Recipients cheryl.sabella, docs@python, martin.panter, serhiy.storchaka, terry.reedy
Date 2017-12-09.21:14:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512854086.8.0.213398074469.issue20285@psf.upfronthosting.co.za>
In-reply-to
Content
"Python class" can be read as a user type defined in Python (usually with the "class" statement). The term "class" in the glossary is used with this meaning in contrary to the term "type" which means also builtin and extension types. In Python 3 "object" is a base class of all types, not only user-defined class.
History
Date User Action Args
2017-12-09 21:14:46serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, docs@python, martin.panter, cheryl.sabella
2017-12-09 21:14:46serhiy.storchakasetmessageid: <1512854086.8.0.213398074469.issue20285@psf.upfronthosting.co.za>
2017-12-09 21:14:46serhiy.storchakalinkissue20285 messages
2017-12-09 21:14:46serhiy.storchakacreate