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


Groups > comp.lang.python > #61271 > unrolled thread

Re: interactive help on the base object

Started byDevin Jeanpierre <jeanpierreda@gmail.com>
First post2013-12-07 21:23 -0800
Last post2013-12-07 21:23 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#61271 — Re: interactive help on the base object

FromDevin Jeanpierre <jeanpierreda@gmail.com>
Date2013-12-07 21:23 -0800
SubjectRe: interactive help on the base object
Message-ID<mailman.3718.1386480260.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web