[issue20285] Improve object.__doc__ and help(object) output

Dec. 9, 2017
9:14 p.m.
Serhiy Storchaka <storchaka+cpython@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@bugs.python.org> <https://bugs.python.org/issue20285> _______________________________________
2771
Age (days ago)
2771
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serhiy Storchaka