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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'binary': 0.07; 'source.': 0.07; 'windows,': 0.09; 'runs': 0.10; 'cc:addr:python-list': 0.11; 'abi': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'subject:ever': 0.16; ':-)': 0.16; 'all.': 0.16; 'sender:addr:gmail.com': 0.17; 'cc:addr:python.org': 0.22; 'install': 0.23; 'skip': 0.24; 'cc:2**0': 0.24; 'shown': 0.26; 'second': 0.26; 'header:In-Reply-To:1': 0.27; 'unix': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'really,': 0.31; 'class': 0.32; 'subject:the': 0.34; "can't": 0.35; 'tool': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'being': 0.38; 'users': 0.40; 'how': 0.40; 'days': 0.60; 'most': 0.60; 'new': 0.61; 'to:addr:yahoo.co.uk': 0.84; 'am.': 0.91; 'treatment': 0.95; 'kit': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=S7L3cKTNCcAFb7LxJruwR1Tg+N8ibPUgg+HoIScmFp0=; b=0jSwBG1AEnOYEVPC4K7fn8thTochPmer1eKd0SZR7tfILwToHvkHBp9N+6XaH7UQ95 8I/P5+XVVBgpMLV+vc+fOzVzDBXQ9fiLQYTXkZpwzeJ2pyGpr25yLd67jyLuFe4JvAaF C2PU45REB8s28F+0jBu3yTmOFYeUaLUw1NK8VIjOcUaf3BfaGYd0qRinDZp8u75+NaQT ZWCJcKQ3oIzEj+sc1xySvtzkbexlwAIT6f0TF9jd7Ol85jEFKH2tXVvg4w+DZYLOEXf2 NzyWwW/2UvUPj+6QJPUqzE9ay7Wov4qvX9rkBz33s3XqrRtvNBmFuMbBXri9yoUo2fqH 02jw== MIME-Version: 1.0 X-Received: by 10.43.159.5 with SMTP id lw5mr773786icc.22.1382536350598; Wed, 23 Oct 2013 06:52:30 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: References: <6e0bbc6b-9435-4a4b-8840-8a46cc4e0cc5@googlegroups.com> <5267CB8E.1010504@timgolden.me.uk> Date: Wed, 23 Oct 2013 08:52:30 -0500 X-Google-Sender-Auth: kdyynfNGv1KADAGrolmoL2mcvFU Subject: Re: Will Python 3.x ever become the actual standard? From: Skip Montanaro To: Mark Lawrence Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382536359 news.xs4all.nl 15974 [2001:888:2000:d::a6]:37182 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57363 > Thankfully I am. I confess I don't understand how *nix people endure having > to compile code instead of having a binary install. To me it's like going > to the garage to buy a new car, being shown the parts and the tool kit and > being told to get on with it. Perhaps it's a case of second class treatment > for users of a second class OS? Ducks and runs for cover :) And we can't understand how you can put up without source. :-) Also, Unix isn't one platform like Windows, ABI incompatibility and all. Really, for most things these days it's just pip install foo Skip