Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64160
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <prvs=087dc2f33=jeanmichel@sequans.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:help': 0.08; 'classes.': 0.09; 'inherited': 0.09; 'interpreted': 0.09; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; 'language.': 0.14; "'''": 0.16; 'reedy': 0.16; 'subject:object': 0.16; 'so.': 0.16; 'language': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'module': 0.19; 'basically': 0.19; '>>>': 0.22; 'issue.': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'tracker': 0.26; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'url:bugs': 0.29; "i'm": 0.30; 'class': 0.32; 'open': 0.33; 'url:python': 0.33; '-----': 0.33; 'subject:the': 0.34; 'could': 0.34; 'classes': 0.35; 'something': 0.35; 'surely': 0.36; 'words,': 0.36; 'done': 0.36; 'url:org': 0.36; 'thank': 0.38; 'issue': 0.38; 'pm,': 0.38; 'how': 0.40; 'most': 0.60; 'you.': 0.62; 'information': 0.63; 'our': 0.64; 'received:194': 0.64; 'more': 0.64; 'notice:': 0.67; 'person,': 0.68; 'default': 0.69; 'privileged.': 0.69; 'disclose': 0.74; '2.7.': 0.84; 'improved.': 0.84; 'subject:base': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'medium.': 0.91 |
| X-IronPort-AV | E=Sophos;i="4.95,670,1384297200"; d="scan'208";a="2346986" |
| X-Virus-Scanned | amavisd-new at zimbra.sequans.com |
| Date | Fri, 17 Jan 2014 13:25:22 +0100 (CET) |
| From | Jean-Michel Pichavant <jeanmichel@sequans.com> |
| To | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| In-Reply-To | <lbasli$827$1@ger.gmane.org> |
| Subject | Re: interactive help on the base object |
| MIME-Version | 1.0 |
| X-Mailer | Zimbra 7.2.4_GA_2900 (ZimbraWebClient - GC32 (Win)/7.2.4_GA_2900) |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | base64 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5639.1389961529.18130.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1389961529 news.xs4all.nl 2941 [2001:888:2000:d::a6]:43629 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:64160 |
Show key headers only | View raw
----- Original Message ----- > 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 The issue is tagged 2.7. Is object the superclass of all classes in 2.7 ? I'm asking because in 2.5, it is not (old/new style). JM -- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: interactive help on the base object Jean-Michel Pichavant <jeanmichel@sequans.com> - 2014-01-17 13:25 +0100
csiph-web