Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:help': 0.08; 'methods,': 0.09; 'cc:addr:python-list': 0.11; 'cc:name:python list': 0.16; 'subject:object': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; ':-)': 0.16; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'skip:p 30': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:the': 0.34; 'received:google.com': 0.35; 'useful': 0.36; 'does': 0.39; 'subject:base': 0.84; 'washington': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bc3GKRr0W5v8vl9xqdWBoYAD4dEbu3K0XXadCo8490Y=; b=YCpiohFEu+IB0wavlEg0EsEhsRj1fCPCo5siOqqy3rsJFWXySTIR65ijNx2o3JBg/Z K/XH812M6NdlHthOK8wpciHBR53IBZnIrpFaKLc4GRx/7R0AoiQjMhKVyRwYiXwRYkX5 HIuC6Pv6nPvh8jjTDwuTdHZ52b77xVfH9LotVOkovgGrTXY+SWqyr5iMvcEJwu31wTWE e1jYkVrV1gd8illak9eeC0HMKLfrjJQ4nL6Z8ZxxqJXRXG3vLQbVLijwJMILIP35CQlN eR+EGqL4/yXLLxMYEp1bmaJsjLc46qI6CZ53SADtmoEwbHXOD0YNIO0g9kzBBrl8DTjx HOqg== MIME-Version: 1.0 X-Received: by 10.180.211.71 with SMTP id na7mr11805772wic.5.1386556907524; Sun, 08 Dec 2013 18:41:47 -0800 (PST) In-Reply-To: <52a52b98$0$2762$c3e8da3$76491128@news.astraweb.com> References: <52a52b98$0$2762$c3e8da3$76491128@news.astraweb.com> Date: Sun, 8 Dec 2013 18:41:47 -0800 Subject: Re: interactive help on the base object From: Mark Janssen To: "Steven D'Aprano" Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386556915 news.xs4all.nl 2834 [2001:888:2000:d::a6]:51764 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61347 >> What methods, if any does it provide? Are they all abstract? etc??? > > Pretty much nothing useful :-) > > py> dir(object) > [...] > So (prodding the student), Why does everything inherit from Object if it provides no functionality? Practicality-beats-purity-yours? -- MarkJ Tacoma, Washington