Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1a.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'that?': 0.05; 'subject:Python': 0.06; 'explicit': 0.07; 'typed': 0.09; 'yeah,': 0.09; 'python': 0.11; 'windows': 0.15; '"python"': 0.16; 'received:10.255': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'command': 0.22; '>>>': 0.22; 'shell': 0.22; 'header:User-Agent:1': 0.23; '2.x': 0.24; "shouldn't": 0.24; '(or': 0.24; 'header:In-Reply- To:1': 0.27; 'andrew': 0.30; "i'm": 0.30; 'received:10.0.0': 0.31; 'that.': 0.31; "d'aprano": 0.31; 'python"': 0.31; 'python2.7': 0.31; 'steven': 0.31; 'maybe': 0.34; 'version': 0.36; 'really': 0.36; 'done': 0.36; 'received:10.0': 0.36; 'wrong': 0.37; 'received:10': 0.37; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'subject:The': 0.64; 'more': 0.64; 'batchelder': 0.84; 'freebsd': 0.84 Date: Wed, 16 Apr 2014 02:32:00 -0500 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Subject: Re: Martijn Faassen: The Call of Python 2.8 References: <87y4z8koi0.fsf@elektro.pacujo.net> <87r44zgp5y.fsf@elektro.pacujo.net> <534ddb1f$0$29993$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <534ddb1f$0$29993$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [98.240.141.71] X-Forefront-PRVS: 01834E39B7 X-Forefront-Antispam-Report: SFV:NSPM; SFS:(10009001)(6009001)(428001)(189002)(199002)(51704005)(24454002)(92726001)(54356999)(74502001)(33656001)(76176999)(65816999)(83322001)(64126003)(50986999)(65956001)(77096999)(74662001)(87936001)(80022001)(65806001)(46102001)(79102001)(59896001)(77982001)(86362001)(92566001)(50466002)(31966008)(80976001)(66066001)(4396001)(47776003)(20776003)(76482001)(23676002)(81342001)(75432001)(83072002)(99396002)(83506001)(85852003)(81542001); DIR:OUT; SFP:1101; SCL:1; SRVR:BL2PR03MB450; H:BY2PRD0310HT005.namprd03.prod.outlook.com; FPR:FCB3F897.BC3D53E5.3974FFB3.C4E1CF72.20188; MLV:sfv; PTR:InfoNoRecords; MX:1; A:0; LANG:en; Received-SPF: None (: my.HennepinTech.edu does not designate permitted sender hosts) X-OriginatorOrg: my.hennepintech.edu X-Mailman-Approved-At: Wed, 16 Apr 2014 09:47:56 +0200 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397634477 news.xs4all.nl 2947 [2001:888:2000:d::a6]:51843 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70321 On 2014.04.15 20:21, Steven D'Aprano wrote: > On Tue, 15 Apr 2014 17:32:57 -0500, Andrew Berg wrote: > >> On 2014.04.15 17:18, Ned Batchelder wrote: >>> Yeah, that's the wrong way to do it, and they shouldn't have done that. >>> "python" needs to mean Python 2.x for a long time. >> Or maybe explicit is better than implicit: >> >> # python >> zsh: command not found: python >> # which python2.7 >> /usr/local/bin/python2.7 >> # which python3.4 >> /usr/local/bin/python3.4 > > If you really meant that, you would have typed "/usr/bin/which2.16 > python" (or whatever the location and version of which on your system). Are you sure about that? # which which which: shell built-in command Unless I'm forgetting some more explicit way of calling a command built into the shell. -- CPython 3.4.0 | Windows NT 6.2.9200 / FreeBSD 10.0