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


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

Re: interactive help on the base object

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2014-01-17 09:21 +0000
Last post2014-01-17 09:21 +0000
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 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-17 09:21 +0000

#64148 — Re: interactive help on the base object

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-01-17 09:21 +0000
SubjectRe: interactive help on the base object
Message-ID<mailman.5628.1389950475.18130.python-list@python.org>
On 17/01/2014 01:00, Terry Reedy wrote:
> On 12/6/2013 8:35 PM, Terry Reedy wrote:
>> On 12/6/2013 12:03 PM, Mark Lawrence 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
>>
>> Given that this can be interpreted as 'least desirable', it could
>> definitely be improved.
>>
>>> Surely a few more words,
>>
>> How about something like.
>>
>> '''The default top superclass for all Python classes.
>>
>> Its methods are inherited by all classes unless overriden.
>> '''
>>
>> When you have 1 or more concrete suggestions for the docstring, open a
>> tracker issue.
>
> At Mark's invitation, I have done so.
> http://bugs.python.org/issue20285
>

Thanks, I've altered my will accordingly :)


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

Mark Lawrence

[toc] | [standalone]


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


csiph-web