Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:not': 0.03; 'received:internal': 0.09; 'sub': 0.09; 'subject:instance': 0.09; 'jan': 0.12; 'thread': 0.14; 'attribute.': 0.16; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'subject:)?': 0.16; 'subject:object': 0.16; 'wrote:': 0.18; 'error': 0.23; 'header:In-Reply-To:1': 0.27; 'implicit': 0.31; 'object.': 0.31; 'received:66': 0.35; 'subject: (': 0.35; 'object,': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.63 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= message-id:x-sasl-enc:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=mesmtp; bh=uOseUfWwyx4hKjq2L7OCqFEjVCA=; b=P43N zwrg/Hl1veo9+U/uthE2rrSqmVhTi3I1E3nC78TpiVpl3ToYXh1vBjGaXi9D2Cg2 DmTv83jnffy5V0E+Q8xh8VSADsEJC6fbUngPV6+UC4YaXjkNpBgNgb2o+VHJ6Rr+ vnijY5mHr2YC0HjVl3wbU3FkiY3WWec0bBoXn+I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=uOseUfWwyx4hKjq2L7OCqFEj VCA=; b=rm2jF14LYubQNcqzlOXGE2BAR7GfXZZ9k70J27z89Tq0knRVZjUtLmFg UuCaCSEaa05Zys0qiK/Lh7ejpeLpUL5jTn5UhCukITnhAWaXMHmvvatWs2Va8BFA tngjc99byOQDHMOVHfLPXFFA57Sbyr80X6tUqjCAlRBjbnzAHI8= X-Sasl-Enc: sxbMylYx533Iwn2zUJlS53/SATF2KsQF6TY6I554Obu0 1422423466 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-46f3f2c7 In-Reply-To: References: <80a9f882-6b13-45a7-b514-8c47b3a4c37d@googlegroups.com> Subject: Re: An object is an instance (or not)? Date: Wed, 28 Jan 2015 00:37:46 -0500 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422423469 news.xs4all.nl 2924 [2001:888:2000:d::a6]:33469 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3895 X-Received-Body-CRC: 203279526 Xref: csiph.com comp.lang.python:84714 On Tue, Jan 27, 2015, at 16:06, Mario Figueiredo wrote: > That error message has me start that thread arguing that the error is > misleading because the Sub object does have the __bases__ attribute. > It's the Sub instance object that does not have it. What do you think "Sub object" means? Sub itself is not a Sub object, it is a type object. "instance" is implicit in the phrase "foo object".