Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61271

Re: interactive help on the base object

References <l7t00b$hp7$1@ger.gmane.org>
From Devin Jeanpierre <jeanpierreda@gmail.com>
Date 2013-12-07 21:23 -0800
Subject Re: interactive help on the base object
Newsgroups comp.lang.python
Message-ID <mailman.3718.1386480260.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Dec 6, 2013 at 9:03 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> 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?

It's good enough to give anyone that's seen it before a reminder of
what it is. pydoc is useless or worse if you don't know anything about
what you're reading. For example, the HTML docs frequently point out
potential security vulnerabilities in usages of libraries where pydoc
does not. (The wording *is* awkward, though.)

-- Devin

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: interactive help on the base object Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-12-07 21:23 -0800

csiph-web