Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.10; ';-)': 0.11; ':-)': 0.13; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'message- id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'sooner.': 0.16; 'terminated.': 0.16; 'wrote:': 0.17; 'tim': 0.18; 'putting': 0.20; 'fairly': 0.21; "i'd": 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'chris': 0.28; 'represent': 0.28; 'run': 0.28; 'chase': 0.29; 'fri,': 0.30; 'running': 0.32; 'certain': 0.33; 'ram': 0.33; 'likely': 0.33; 'problem,': 0.35; 'subject:: ': 0.38; 'sure': 0.38; 'your': 0.60; 'subject:, ': 0.61; 'hearing': 0.61; 'maximum': 0.63; 'more': 0.63; 'limit': 0.65; '20,': 0.65; 'jul': 0.65; 'death': 0.71; 'received:50.22': 0.84; 'heat': 0.91; 'subject:skip:E 10': 0.95 Date: Thu, 19 Jul 2012 13:50:36 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: Chris Angelico Subject: Re: Encapsulation, inheritance and polymorphism X-Priority: 4 (Low) References: <3vnfd9-343.ln1@satorlaser.homedns.org> <-8SdnVrXGqie25jNnZ2dnUVZ7qKdnZ2d@bt.com> <5005A103.9050802@stoneleaf.us> <5006b48a$0$29978$c3e8da3$5496439d@news.astraweb.com> <50076437$0$1756$c3e8da3$76491128@news.astraweb.com> <3d919437-80a8-424f-ae90-fb829434dba2@po9g2000pbb.googlegroups.com> <500804cc$0$29978$c3e8da3$5496439d@news.astraweb.com> <50084FEC.7040806@tim.thechases.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1342723772 news.xs4all.nl 6948 [2001:888:2000:d::a6]:50451 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25640 On 07/19/12 13:28, Chris Angelico wrote: > On Fri, Jul 20, 2012 at 4:20 AM, Tim Chase > wrote: >> Sure it terminates...If you don't run out of RAM to represent the >> number "i" in question, there's also this "heat death of the >> universe" limit I keep hearing about ;-) > > I'd be more worried about the heat death of your computer, it's likely > to be sooner. How many people have access to a computer that'll still > be running in ten years, much less a thousand? Just putting a maximum bound on the problem, providing a time-frame in which I can be fairly certain that the program will have terminated. :-) -tkc