[docs] [issue20285] Improve object.__doc__ and help(object) output
Serhiy Storchaka
report at bugs.python.org
Sat Dec 9 16:14:47 EST 2017
Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:
"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.
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue20285>
_______________________________________
More information about the docs
mailing list