Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.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.049 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; '(even': 0.05; 'fixed,': 0.09; 'python': 0.11; 'bug': 0.12; 'fixes.': 0.16; 'yet)': 0.16; 'sender:addr:gmail.com': 0.17; 'fix': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'resolved': 0.19; 'feb': 0.22; 'to:name:python- list@python.org': 0.22; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'quickly': 0.29; 'door': 0.30; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'received:google.com': 0.35; 'should': 0.36; 'hat': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'reported': 0.39; 'to:addr:python.org': 0.39; 'affect': 0.61; 'devices': 0.61; 'real': 0.63; 'become': 0.64; 'world': 0.66; '2015': 0.84; 'horse': 0.84; 'attitude': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=2BiCtQG1sgIoWJghuN4V3YjTLtygUay2DQv7k7cCQr4=; b=T1YYHKZydmhsV9jBu8vNPNeeQpX1v8dHABO4hqJMRO9sByP3AR5JRC/GCanU7d/cGw +TS91rFXbZ4hhLlm6FqngVuZs+eKzjqe+pdNx+AGon/T9FqusEONUoWueYeZeoFQKJIq xxk4B6SwXsYp2TeFj0u8veUkx9KV70Zg3USU5bSFEe/HYVH+M3X7/Ez+q7LYgIFRXoVU a+ooxZDvyO5A4Vl37FSNsUqNoamMizS11U1x6NiGQr5bL8UOURUr4v390ANhm/ZdOLij 6LMQzlKvyKjCGEqOATt+z557eBK3V4wdLd0dw4iZlTn7q3VY8DGMxIFk+aAJ6tx9G6b+ u8iQ== X-Received: by 10.60.62.42 with SMTP id v10mr2581564oer.45.1424877815979; Wed, 25 Feb 2015 07:23:35 -0800 (PST) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: <1cf84559-3a63-4799-a879-ae8e513d387e@googlegroups.com> From: Zachary Ware Date: Wed, 25 Feb 2015 09:23:15 -0600 X-Google-Sender-Auth: TglnZXJVm-z4cuwMwkng29zfWrY Subject: Re: Bug in timsort!? To: "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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424877824 news.xs4all.nl 2966 [2001:888:2000:d::a6]:47028 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3702 X-Received-Body-CRC: 1791228136 Xref: csiph.com comp.lang.python:86408 On Wed, Feb 25, 2015 at 9:03 AM, alister wrote: > the oh well it wont affect current devices attitude is a very poor > attitude to big fixes. > if a bug is reported it should be resolved a quickly as practical sot hat > it never does become a real world issue > > much better to bolt the door BEFORE the horse bolts (even if the horse > has not actually been borne yet) Just to be clear, this has already been fixed, and the fix will be released in Python 2.7.10, 3.4.4, and 3.5.0. -- Zach