Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'pycon': 0.03; 'fixes': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'considered.': 0.09; 'patches': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:2.7': 0.09; 'vast': 0.09; 'bug': 0.10; 'python': 0.10; 'itself.': 0.11; 'volunteer': 0.11; '2.7': 0.13; '*any*': 0.16; 'cares': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'released.': 0.16; 'subject:non': 0.16; 'thread.': 0.16; 'wrote:': 0.16; 'fixed.': 0.18; 'language': 0.19; 'tracker': 0.20; 'fix': 0.21; 'year,': 0.22; 'lawrence': 0.22; 'spring': 0.22; '(or': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'developers': 0.26; 'header:X-Complaints-To:1': 0.26; 'bugs': 0.27; 'question': 0.27; 'volunteers': 0.29; 'asked': 0.29; 'initially': 0.30; 'normally': 0.30; 'programmers': 0.30; 'users.': 0.31; 'another': 0.32; 'core': 0.32; 'aside': 0.32; 'language.': 0.32; 'point': 0.33; 'is?': 0.33; 'open': 0.33; 'gets': 0.35; 'should': 0.36; 'there': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'release': 0.37; 'doing': 0.38; 'summer': 0.38; 'why': 0.39; '2010,': 0.39; 'does': 0.39; 'subject:-': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'mark': 0.40; 'some': 0.40; 'personally': 0.61; 'charset:windows-1252': 0.62; 'ending': 0.63; 'more': 0.63; 'our': 0.64; "they're": 0.66; 'reply': 0.68; 'presented': 0.72; 'received:89': 0.80; 'background:': 0.81; 'python-dev': 0.84; 'pythonistas,': 0.84; 'viewpoints': 0.84; 'speaks': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Should non-security 2.7 bugs be fixed? Date: Sun, 19 Jul 2015 01:27:23 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-89-240-174-121.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437265664 news.xs4all.nl 2961 [2001:888:2000:d::a6]:38527 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:94078 On 19/07/2015 00:36, Terry Reedy wrote: > I asked the following as an off-topic aside in a reply on another > thread. I got one response which presented a point I had not considered. > I would like more viewpoints from 2.7 users. > > Background: each x.y.0 release normally gets up to 2 years of bugfixes, > until x.(y+1).0 is released. For 2.7, released summer 2010, the bugfix > period was initially extended to 5 years, ending about now. At the > spring pycon last year, the period was extended to 10 years, with an > emphasis on security and build fixed. My general question is what other > fixes should be made? Some specific forms of this question are the > following. > > If the vast majority of Python programmers are focused on 2.7, why are > volunteers to help fix 2.7 bugs so scarce? > > Does they all consider it perfect (or sufficient) as is? > > Should the core developers who do not personally use 2.7 stop > backporting, because no one cares if they do? > Programmers don't much like doing maintainance work when they're paid to do it, so why would they volunteer to do it? Then even if you do the work to fix *ANY* bug there is no guarantee that it gets committed. The last "Summary of Python tracker Issues" over on python-dev giving 4947 open issues of which 2260 have patches speaks for itself. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence