Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'wrote:': 0.14; "developer's": 0.16; 'from:addr:acm.org': 0.16; 'only?': 0.16; 'received:198.144': 0.16; 'subject:release': 0.16; 'fix': 0.23; 'mode': 0.29; 'anyone': 0.32; 'propose': 0.32; 'received:198': 0.32; 'header:X-Complaints-To:1': 0.32; 'to:addr :python-list': 0.33; 'october': 0.35; 'header:User-Agent:1': 0.35; '2.6': 0.35; 'charset:us-ascii': 0.36; 'url:docs': 0.37; 'url:python': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'but': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'final': 0.60; 'article': 0.76; 'branches': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Python 2.6.7 release candidate 2 now available Date: Fri, 20 May 2011 22:54:35 -0700 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (PPC Mac OS X) 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: 21 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305957313 news.xs4all.nl 49044 [::ffff:82.94.164.166]:44512 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5903 In article , harrismh777 wrote: > Barry Warsaw wrote: > > We will support Python 2.6 in security-fix only mode until > > October 2013. > Where can I read about the criteria for security-fix only? You can read about the Python development cycle and security branches in the Python Developer's Guide: http://docs.python.org/devguide/devcycle.html#security-branches > Who decides whether the security fix is critical? Anyone can propose a security fix but the final decision is up to the release manager in charge of the branch. For 2.6.x, that is Barry. -- Ned Deily, nad@acm.org