Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed2a.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:error': 0.03; 'explanation': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'says...': 0.16; 'unhelpful': 0.16; 'wary': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '25,': 0.31; 'received:google.com': 0.35; 'really': 0.36; 'thanks': 0.36; 'sometimes': 0.38; 'explain': 0.39; 'times': 0.62; 'email addr:gmail.com': 0.63; 'article': 0.77; 'glad': 0.83; '2015': 0.84; 'to:none': 0.92 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:cc :content-type; bh=wXFC2FeQePv5Pn3MXUE9Dmf/ulEdWkte8xuxuJ3A44E=; b=UiAyKSixhP7/zyV7mY86qir51ebhjpf3vPfTn6rT4CrA2kPPYw8s82T4B52PfVffAt CWIMZBuZyHl//SbJYcXaZp8yqRvQYHucvxBduRsg0pQo1jZr001aRsEmG216YPPSOZgC K8PJDOb2/oKltn0O5GPhsxIY5YiXhT5ctVsP8/xTyCzJb8IkuzpslklWAdxdvAKlgaLF WaraLd3D4JADVEfhOeMxYfwGkG0lnzzMZXr2/Mx3uZI/cBHhQOn0f6A0jWIzVQWZpouX a3txsXRdFKb6vLbsSDRDfIGQyee7cvjkWQI6eCkdZsfGBhdvn/u7teK/chUdVxR4lx5v wdJg== MIME-Version: 1.0 X-Received: by 10.140.109.55 with SMTP id k52mr26274576qgf.99.1422139055587; Sat, 24 Jan 2015 14:37:35 -0800 (PST) In-Reply-To: References: <1a194e0a0b738d205de54180fa7@nntp.aioe.org> <54c39366$0$13006$c3e8da3$5496439d@news.astraweb.com> Date: Sun, 25 Jan 2015 09:37:35 +1100 Subject: Re: __bases__ misleading error message From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1422139063 news.xs4all.nl 2921 [2001:888:2000:d::a6]:36035 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3627 X-Received-Body-CRC: 2749263302 Xref: csiph.com comp.lang.python:84509 On Sun, Jan 25, 2015 at 9:33 AM, Mario Figueiredo wrote: > In article , > rosuav@gmail.com says... >> >> Let me explain by way of analogy. > [snipped] > > Gotcha! Thanks for the explanation :) Awesome! I'm always a bit wary of analogies... sometimes they're really helpful, other times they're unhelpful and confusing. Glad this was one of the better cases. ChrisA