Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'singh': 0.07; 'python': 0.08; 'from:addr:python': 0.09; 'wrote:': 0.14; '"new-style': 0.16; 'docs.': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'guys,': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'object?': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'reply-to:addr :python-list': 0.16; 'shed': 0.16; 'this?': 0.19; 'header:In- Reply-To:1': 0.21; 'received:84': 0.25; 'classes': 0.26; 'wondering': 0.28; 'anyone': 0.32; 'does': 0.33; 'to:addr:python- list': 0.33; 'light': 0.34; 'header:User-Agent:1': 0.35; 'reply- to:addr:python.org': 0.35; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'really': 0.40; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; '3.3': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An8GANrX1U1UXebj/2dsb2JhbACYGY19d8Y1hhkElECKRw Date: Fri, 20 May 2011 03:55:45 +0100 From: MRAB User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Inheriting Object References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org 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: 8 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305860214 news.xs4all.nl 49046 [::ffff:82.94.164.166]:33735 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5805 On 20/05/2011 03:13, Navkirat Singh wrote: > Hi Guys, > > I have been wondering for a while now as to why some classes inherit > Object? And what does it really do for the class? Can anyone shed some > light on this? > Read section 3.3 "New-style and classic classes" in the Python docs.