Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail 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; 'subject:Python': 0.05; 'pypi': 0.07; 'versions.': 0.07; 'decision.': 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; 'python': 0.10; '2.7': 0.13; 'subject: \n ': 0.15; 'deprecate': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'require.': 0.16; 'subject:user': 0.16; 'stefan': 0.18; 'subject:project': 0.18; 'language': 0.19; '2.x': 0.22; 'seems': 0.23; 'long,': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User- Agent:1': 0.26; 'developers': 0.26; 'header:X-Complaints-To:1': 0.26; 'chris': 0.26; 'wonder': 0.27; 'then.': 0.27; 'ago': 0.29; 'subject:/': 0.30; "can't": 0.32; 'so,': 0.35; 'on,': 0.35; 'but': 0.36; 'project': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'version': 0.38; 'means': 0.39; 'why': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'received:de': 0.40; 'subject:The': 0.61; 'back': 0.62; 'different': 0.63; 'decided': 0.66; '5.4': 0.84; 'subject:survey': 0.84; 'subject:results': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: The Nikola project is deprecating Python 2.7 (+2.x/3.x user survey results) Date: Thu, 1 Oct 2015 19:02:22 +0200 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ipservice-092-211-041-087.092.211.pools.vodafone-ip.de X-Enigmail-Draft-Status: N1110 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443718964 news.xs4all.nl 23762 [2001:888:2000:d::a6]:52495 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97290 Chris Warrick schrieb am 01.10.2015 um 18:26: > The Nikola developers decided to deprecate Python 2.7 support. I wonder why it took the Nikola project so long to take that decision. Python 3.3 came out almost exactly three(!) years ago and seems to have all major features that they would require. Nikola's PyPI page claims support of Python 3.3 for just about as long, since version 5.4 or so, which means that all of their dependencies were already available back then. It's a different thing for *libraries* that Python 2.x users still depend on, but for an *application* that has all its (necessary) dependencies available in Python 3.x, I can't see a general reason to keep supporting both language versions. Stefan