Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'hosts': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; '"python"': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'app': 0.19; 'cheap': 0.19; 'cc:addr:python.org': 0.22; '2.x': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'hosting': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '2008,': 0.31; '3.x': 0.31; 'provide.': 0.31; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'possible': 0.36; 'example,': 0.37; 'wrong': 0.37; 'either': 0.39; 'most': 0.60; 'first': 0.61; 'companies': 0.62; 'offer': 0.62; '2.7.': 0.84; 'try.': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=LbDQijDF2fiCpKU6JDpgbZ4P1RrufvpIYEwIGX3hNgs=; b=0uaYsqqEIe62XQ+0wlM1fX3OxL6aSkc9R0mdR5PeDO9jPFZI/OrlPQ/uqY6fBbsURz apoUrHDgCNlyUsFkK/PNmVgrhgFGdIiL64uJgnPSBAXnrzmU/Fri9GFckUryj2LwU+7y qhjjeFVy1EjM06e86Hm6IdkuRmcV+O4FrkLwnlmoIlNU3vRldP4mWKY8PsNTP/VyQfVT Lub0WPQygeCDEjkI2aS5G7RdIzJHnuFdZfyyRwaIQbJeO4GGs/xkUikuzK+fr704HH2I xyEAJqetMQXSOHnaMepJqiskNeM398MbJjDq+P/wIyPZmOdWAeJjCsYhYyNIbGukjd6R /9IA== MIME-Version: 1.0 X-Received: by 10.66.26.176 with SMTP id m16mr1798001pag.142.1389728672128; Tue, 14 Jan 2014 11:44:32 -0800 (PST) In-Reply-To: References: Date: Wed, 15 Jan 2014 06:44:32 +1100 Subject: Re: Python 3.x adoption From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389728681 news.xs4all.nl 2931 [2001:888:2000:d::a6]:43403 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63932 On Wed, Jan 15, 2014 at 6:33 AM, Staszek wrote: > What's the problem with Python 3.x? It was first released in 2008, but > web hosting companies still seem to offer Python 2.x rather. > > For example, Google App Engine only offers Python 2.7. > > What's wrong?... There's nothing wrong with Python 3, but as Skip says, it takes time for people to migrate. Most cheap web hosts don't offer Python _at all_, but those that do have the choice of which version(s) to provide. It may be possible to call up either a 2.x or a 3.x by looking for "python" or "python3" - give it a try. ChrisA