interactive help on the base object

Mark Lawrence breamoreboy at yahoo.co.uk
Fri Dec 6 12:03:13 EST 2013


Is it just me, or is this basically useless?

 >>> help(object)
Help on class object in module builtins:

class object
  |  The most base type

 >>>

Surely a few more words, or a pointer to this 
http://docs.python.org/3/library/functions.html#object, would be better?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list