Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!news.albasani.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'syntax': 0.04; 'guido': 0.05; 'received:209.85.160.174': 0.07; 'cc:addr:googlegroups.com': 0.09; 'editor.': 0.09; 'python': 0.10; 'cc:addr:python-list': 0.10; 'python3': 0.16; 'statement.': 0.16; 'subject:Why': 0.16; 'subject:language': 0.16; 'subject:still': 0.16; 'language': 0.16; 'wrote:': 0.17; 'header:In-Reply-To:1': 0.23; 'print': 0.25; 'header:User-Agent:1': 0.26; 'cc:2**1': 0.26; 'monday,': 0.27; 'subject: ?': 0.27; 'cc:no real name:2**0': 0.28; 'cc:addr:python.org': 0.29; 'writes:': 0.29; 'function': 0.29; 'switch': 0.30; "i'm": 0.30; 'received:google.com': 0.34; 'received:209.85': 0.35; 'not.': 0.35; 'version': 0.35; 'there': 0.35; 'something': 0.36; 'said': 0.36; 'subject:: ': 0.37; 'received:209': 0.37; 'header:Received:5': 0.39; 'myself': 0.61; 'to:addr:gmail.com': 0.62; 'email addr:gmail.com': 0.64; 'url:v': 0.69; 'url:youtube': 0.70; 'url:watch': 0.75; 'same,': 0.91; 'subject:there': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=8M86gJnzkIWRfau1VfHw1Ju9ItFE+VgJj1uYOSyuHic=; b=Rxwz+tqsm13gn4q83FHwt4cWh8njXqiSSroNZJYMfc/B+CQb08mhFHb9KSvD/phafa 7MgdIxsGbFyqCwD44oMJhk6X8z2k7TpCvfeYVD0Bynn1uzlYPCzI8P7LuXjBlTEwotfL FX0vz7BQfMZK2k8HkHdrhRaYH1fqNYgfxFZ2zUFm968CRYYA2nOcJ2K+lYeknuVJu6rr ZqJz950yYsVDr4iLw7pTGFtVYEK9X9xQJxPNcg+qNRbIPL1sCsX+D0WJQbYM+tMVu0Yx Bm3GAMvWyHA4NsXrSnJrl6sxS+ADYi8p12K+7CIgg2oLejYG6dC7phRWbUgoznnSCARI hjcQ== From: Jeremiah Dodds To: rantingrickjohnson@gmail.com Subject: Re: Why has python3 been created as a seperate language where there is still python2.7 ? References: <1340509604.38915.YahooMailClassic@web164605.mail.gq1.yahoo.com> <2b6eb040-711e-4af7-a7a9-dd91a10dd3f6@googlegroups.com> Date: Tue, 26 Jun 2012 01:04:58 -0400 In-Reply-To: <2b6eb040-711e-4af7-a7a9-dd91a10dd3f6@googlegroups.com> (rantingrickjohnson@gmail.com's message of "Mon, 25 Jun 2012 19:28:01 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Cc: python-list , comp.lang.python@googlegroups.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1340687110 news.xs4all.nl 6942 [2001:888:2000:d::a6]:58072 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:24457 rantingrickjohnson@gmail.com writes: > On Monday, June 25, 2012 5:10:47 AM UTC-5, Michiel Overtoom wrote: >> It has not. Python2 and Python3 are very similar. It's not like if >> you learn Python using version 2, you have to relearn the language >> when you want to switch Python3. The syntax is the same, only >> 'print' is a function instead of a statement. > > However, there is something to be said for "old habits die hard". I myself > lament every time i must type->(, then blah, then->) AGAIN!. My fingers are > hardwired for the old print statement. Damned that Guido and his mind games! > > http://www.youtube.com/watch?v=-Ny42Mdg5qo I'm of the opinion that the solution to this involves configuring your editor.