Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.008 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'pycon': 0.01; 'subject:Python': 0.06; 'deployed': 0.07; "ain't": 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'wrote': 0.14; '1.5.2': 0.16; 'emulator': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:usage': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'attendee': 0.19; 'header:User-Agent:1': 0.23; "i've": 0.25; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'originally': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'run': 0.32; 'quite': 0.32; 'running': 0.33; 'problem.': 0.35; 'but': 0.35; 'there': 0.35; 'dies': 0.36; 'to:addr:python-list': 0.38; 'issue': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'ago.': 0.61; 'hardware': 0.61; 'took': 0.61; 'customers': 0.66; 'capable': 0.67; 'business': 0.70; 'industry': 0.73; 'fortunately,': 0.84; 'forward.': 0.84; 'received:pacbell.net': 0.84; 'subject:survey': 0.84; 'banking': 0.87; 'edwards': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: emile Subject: Re: Python 2.x and 3.x usage survey Date: Fri, 03 Jan 2014 09:33:48 -0800 References: <52c29782$0$29979$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-69-226-129-65.dsl.pltn13.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: 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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1388770445 news.xs4all.nl 2900 [2001:888:2000:d::a6]:33102 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63077 On 01/02/2014 08:55 AM, Grant Edwards wrote: > On 2013-12-31, Steven D'Aprano wrote: >> You laugh, but there was at least one attendee at the last PyCon who was >> still using 1.5 professionally. Software never quite dies so long as there >> is hardware capable of running it. > > ITYM: ... so long as there is hardware capable of running an emulator > that is capable of running it. > ...or as long as there's business value in keeping it running. As I recall it took the banking industry decades to move things forward. I still maintain software for customers that I originally wrote 35 years ago. Rule one is don't fix it if it ain't broke, so yes, I've got python projects deployed that run under everything from 1.5.2 on. Fortunately, they all work without issue so maintenance isn't a problem. Emile