Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; '2.7': 0.14; '"python': 0.16; '>>': 0.16; '10:49': 0.16; 'above?': 0.16; 'saying.': 0.16; 'switch.': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; '\xc2\xa0i': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'paul': 0.24; 'cc:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; "d'aprano": 0.31; 'larry': 0.31; 'python"': 0.31; 'steven': 0.31; 'writes:': 0.31; 'another': 0.32; 'comment': 0.34; 'but': 0.35; 'received:google.com': 0.35; '2.6': 0.36; 'too': 0.37; 'driving': 0.38; 'pm,': 0.38; 'moving': 0.39; 'even': 0.60; 'company': 0.60; 'companies': 0.62; 'url:p': 0.64; 'investment': 0.66; '2.5.': 0.84; 'revive': 0.84; 'travels': 0.84; 'url:item': 0.84; 'wow': 0.84 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:to :cc:content-type; bh=YSbtvdGTS5EKIJyq1IRnr4x8O9b4dmUVaC2AKdc4y14=; b=wvUN0803YhbV1LPRWpwm3Qrh5Q4vqGo9zak2P2UIhCS6arvhcIiQt4b1YeXSEiHTH7 EPcqK84UZ6h9gvvuEW3FBtoYRcfE/ULHl5ydhZrP54gjdDXPVdaj2pmmCX6vZLBjIedG Uc3fh4IV7bmo+Z8/4Xxwvj+dteFwWXITqTLJ4KH9bHCvHm7cnifAkFg72lnj2pGHnDGv JrIyMBWVPN0eB0AlbRO4Sq4aht0LjmhTJOxHbSqMj2iT5qOwXZaYVjF45dClfibyOhMX z4XMUF4FeheGyBgS3Wv9MwM16TpgOKPw+F/OqWSZpI+FKSFJ1pDa0gr0Ub9xiN3rlXIg cGAw== MIME-Version: 1.0 X-Received: by 10.180.105.72 with SMTP id gk8mr58307649wib.32.1401363513997; Thu, 29 May 2014 04:38:33 -0700 (PDT) In-Reply-To: <5386ae5d$0$11109$c3e8da3@news.astraweb.com> References: <7xha49wumw.fsf@ruckus.brouhaha.com> <5386ae5d$0$11109$c3e8da3@news.astraweb.com> Date: Thu, 29 May 2014 06:38:33 -0500 Subject: Re: Python 3 is killing Python From: Larry Martell To: "Steven D'Aprano" Content-Type: multipart/alternative; boundary=f46d0442685a7404b704fa885ede Cc: "python-list@python.org" 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: 85 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401363523 news.xs4all.nl 2893 [2001:888:2000:d::a6]:38472 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72233 --f46d0442685a7404b704fa885ede Content-Type: text/plain; charset=UTF-8 On Wed, May 28, 2014 at 10:49 PM, Steven D'Aprano wrote: > On Wed, 28 May 2014 14:58:05 -0500, Larry Martell wrote: > > > On Wed, May 28, 2014 at 2:49 PM, Paul Rubin > > wrote: > > > >> Larry Martell writes: > >> > Somthing I came across in my travels through the ether: > >> > [1]https://medium.com/@deliciousrobots/5d2ad703365d/ > >> > >> "Python 3 can revive Python" https://medium.com/p/2a7af4788b10 > >> long HN comment thread: https://news.ycombinator.com/item?id=7801834 > >> > >> "Python 3 is fine" http://sealedabstract.com/rants/python-3-is-fine/ > >> > >> OT: wow that medium site is obnoxious. > >> > >> > > No company that I work for is using python 3 - they just have too much > > of an investment in a python 2 code base to switch. I'm just saying. > > Is that Python 2 code base aimed at Python 2.7 or 2.6? Or 2.5? Or 2.4? Or > even 2.3? Or all of the above? > One company is using 2.5. Another has been using 2.6 but they are moving to 2.7 because it's required by a package they need. I think that will be the driving force for companies to upgrade. --f46d0442685a7404b704fa885ede Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On W= ed, May 28, 2014 at 10:49 PM, Steven D'Aprano <steve@pearwood.info> wrote:
On Wed, 28 May 2014 14:58:05 -0500, Larry Ma= rtell wrote:

> On Wed, May 28, 2014 at 2:49 PM, Paul Rubin <no.email@nospam.invali= d>
> wrote:
>
>> Larry Martell <
larry= .martell@gmail.com> writes:
>> > Somthing I came across in my travels through the ether:
>> > [1]https://medium.com/@deliciousrobots/5d2ad703365d/=
>>
>> "Python 3 can revive Python" https://medium.com/p/2a7af4788b10<= br>
>> =C2=A0 long HN comment thread: https://new= s.ycombinator.com/item?id=3D7801834
>>
>> OT: wow that medium site is obnoxious.
>>
>>
> No company that I work for is using python 3 - they just have too much=
> of an investment in a python 2 code base to switch. I'm just sayin= g.

Is that Python 2 code base aimed at Python 2.7 or 2.6? Or 2.5? Or 2.4? Or even 2.3? Or all of the above?

One comp= any is using 2.5. Another has been using 2.6 but they are moving to 2.7 bec= ause it's required by a package they need. =C2=A0I think that will be t= he driving force for companies to upgrade.=C2=A0
--f46d0442685a7404b704fa885ede--