Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cpython': 0.05; 'subject:Python': 0.06; 'bash': 0.09; 'builtin': 0.09; 'default.': 0.09; 'skip:/ 10': 0.09; 'windows': 0.15; 'received:10.255': 0.16; 'which,': 0.16; 'wrote:': 0.18; 'shell': 0.22; 'header:User- Agent:1': 0.23; 'switched': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'received:10.0.0': 0.31; 'enabled': 0.31; 'received:10.0': 0.36; 'received:10': 0.37; 'to:addr:python-list': 0.38; 'does': 0.39; 'use.': 0.39; 'to:addr:python.org': 0.39; 'either': 0.39; 'ago.': 0.61; 'subject:The': 0.64; 'freebsd': 0.84 Date: Wed, 16 Apr 2014 03:42:54 -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> <534E31F0.7010105@my.hennepintech.edu> In-Reply-To: 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)(51704005)(189002)(199002)(24454002)(79102001)(64126003)(92726001)(92566001)(20776003)(47776003)(83072002)(23676002)(85852003)(33656001)(59896001)(77982001)(31966008)(83506001)(74502001)(74662001)(66066001)(65956001)(80022001)(65806001)(81342001)(86362001)(81542001)(87936001)(80976001)(46102001)(50466002)(50986999)(65816999)(76176999)(77096999)(54356999)(87266999)(99396002)(76482001)(4396001)(19580405001)(80316001)(83322001)(75432001)(3076001); DIR:OUT; SFP:1101; SCL:1; SRVR:DM2PR03MB573; H:BY2PRD0310HT005.namprd03.prod.outlook.com; FPR:5AA47A54.1F2796CD.51DABF9B.84EAD772.200F9; PTR:InfoNoRecords; MX:1; A:0; LANG:; Received-SPF: None (: my.HennepinTech.edu does not designate permitted sender hosts) X-OriginatorOrg: my.hennepintech.edu 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1397637823 news.xs4all.nl 2862 [2001:888:2000:d::a6]:44486 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70327 On 2014.04.16 03:02, Chris Angelico wrote: > Hmm, interesting. That's not the case for me: > > rosuav@sikorsky:~$ which which > /usr/bin/which That's because bash either does not have a builtin which or it is not enabled by default. I switched to zsh a while ago. I do still, of course, have a system which, which is at /usr/bin/which, and which is the which that a shell which does not have a builtin which will use. -- CPython 3.4.0 | Windows NT 6.2.9200 / FreeBSD 10.0