Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'fixes': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; '18:13,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:versions': 0.16; 'url:peps': 0.16; 'subject:python': 0.16; 'alpha': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'python?': 0.22; 'header:User-Agent:1': 0.23; 'refers': 0.24; 'url:dev': 0.24; 'versions': 0.24; 'second': 0.26; 'supported': 0.26; 'header:X-Complaints-To:1': 0.27; 'header :In-Reply-To:1': 0.27; 'included': 0.31; 'yesterday.': 0.31; 'url:python': 0.33; 'bugs': 0.33; 'older': 0.33; 'candidate': 0.34; 'done.': 0.35; 'but': 0.35; 'url:org': 0.36; 'christian': 0.38; 'branch': 0.38; 'work?': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'how': 0.40; 'even': 0.60; 'ago.': 0.61; 'new': 0.61; 'world.': 0.61; 'here': 0.66; '2.7.': 0.84; 'received:2': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Confusion about python versions Date: Sun, 27 Oct 2013 18:23:21 +0000 References: <3e74a873-cb48-4bb5-aff2-cee5f4919f66@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-201-160.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: <3e74a873-cb48-4bb5-aff2-cee5f4919f66@googlegroups.com> 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: 1382898213 news.xs4all.nl 15914 [2001:888:2000:d::a6]:48893 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57757 On 27/10/2013 18:13, Aseem Bansal wrote: > Python 2.7.6 release candidate 1 and 3.3.3 release candidate 1 was released yesterday. Also Python 3.4.0 alpha 4 was released a week ago. > > I thought as Python 3.4.0 alpha was released 3.3 branch was done. The 3.3.3 release candidate fixes many bugs as per the changelog so would they be included in 3.4.0? > > For how long do the older versions get supported in case of Python? Do bugfix releases for older versions keeps on happening even when new branch is released? Isn't that a lot of work to manage so many versions? > > How do the Python versions work? For how long is Python 2 going to be supported? > Take a look at the various release schedule PEPs here http://www.python.org/dev/peps/ where 373 refers to Python 2.7. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence