Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.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.115 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.02; 'subject:module': 0.09; 'yeah,': 0.09; 'runs': 0.10; 'normal,': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'obviously': 0.18; 'thu,': 0.19; 'header:User-Agent:1': 0.23; 'supported': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; '2.3': 0.30; 'along.': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'received:google.com': 0.35; 'there': 0.35; 'crazy': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'slowly': 0.60; "you're": 0.61; 'back': 0.62; 'kind': 0.63; 'obvious': 0.74; '3.4': 0.84; 'batchelder': 0.84; 'frog': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=p8NQTdh8kfcmzaRUiw3RyaklnXimTE2/jTTcdxm8ozw=; b=Cu5oJYmo86E1eeqHiYBWicjkZNE1eJ4yt5jiviLEpRYfoU/ZN/lozRqQpF7mXL4t1v DofME771JCMq4wxhVEPjinIp6AnZ4iois3yCN/ODJlpKXEQOxrlPM2FQchtgbUHpGmFb txCZu0ybqQzvM8KzQBCKNTi5UlUnkHtcYQeEdyiRNszwWjAnDsYn3PdPS+bOI1DTBxj5 o6TtMHj8GgXQE6mEI5Ra9bD0qw2BGhd9nqkhmL8fIYTJUyi8uQhxsj3bDpiwZD6ZpM9v zDkzO/7m2l8DXsQ3pRdBGWK4Jf8W3AMXnIZk6ukOIRv4JPih/7pg4Q+1e2tSWg2uEcix 8Gvg== X-Received: by 10.236.149.162 with SMTP id x22mr2479791yhj.65.1382636796505; Thu, 24 Oct 2013 10:46:36 -0700 (PDT) Sender: Ned Batchelder Date: Thu, 24 Oct 2013 13:46:35 -0400 From: Ned Batchelder User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Maintaining a backported module References: <5268a818$0$30000$c3e8da3$5496439d@news.astraweb.com> <7wtxg7cfww.fsf@benfinney.id.au> <526908b2$0$29981$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <526908b2$0$29981$c3e8da3$5496439d@news.astraweb.com> 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.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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382640283 news.xs4all.nl 15910 [2001:888:2000:d::a6]:60961 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57463 On 10/24/13 7:46 AM, Steven D'Aprano wrote: > On Thu, 24 Oct 2013 06:36:04 -0400, Ned Batchelder wrote: > >> coverage.py currently runs on 2.3 through 3.4 > You support all the way back to 2.3??? > > I don't know whether to admire your dedication, or back away slowly since > you're obviously a crazy person :-) > > > Yeah, it's kind of crazy. It was a boiling frog situation: the package supported 2.3 back when that was just normal, and there was no obvious time to drop it, so it's been carried along. It's been fun dropping the contortions for coverage.py 4.x, though! --Ned.