Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-1.proxad.net!ecngs!feeder2.ecngs.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2a.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'subject:Windows': 0.02; 'subject:PEP': 0.07; 'subject:support': 0.07; 'subject:using': 0.09; 'windows,': 0.09; 'cc:addr:python- list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'simulate': 0.16; 'subject: \n ': 0.16; 'subject:API': 0.16; 'ignore': 0.16; 'wrote:': 0.18; "python's": 0.19; 'thu,': 0.19; '(in': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'certainly': 0.24; 'subject: .': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'specifically': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'bunch': 0.31; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'should': 0.36; 'pm,': 0.38; 'dave': 0.60; 'different': 0.65; 'fact,': 0.69; 'goal': 0.75; '2015': 0.84; 'does?': 0.84; 'subject:skip:F 10': 0.84; 'angel': 0.91; 'notion': 0.91; 'shell,': 0.91; 'to:none': 0.92 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:cc :content-type; bh=Ri698GctgI2HMqZ5z27XPpLTetYyn9UCBMKXnJJSz/I=; b=sgKeuWLVwAGRtLQWtdkyKYvlwLmnBPQWJ9K5gDU4QShrPoZso0A8QUB2kAVlq26Zuy sUngkEz1xR4eJdKWxQmJyJRrMM13eB8hG4hvIxcyODzx13m2r0tfn9jwQw4GMoSFTPCK tS0JRTcum2V83BK9ogdTDOg0zVDTpcz7uWSSgPu/1mDZfXSEi0gWpEjEk7ir+ukeV2Gl yXA7W95Fpkt5jw6hEmoqFUyMqVfH0WKCnRRXCBOZtHusAREBBcmqdWrkpBR0gWP1rQr/ SfyGfoEaBX51S2grgRCSO85jRwR8unI62eGfIsOnKzlqhYTxxiPyuWIWFY1u4QkBfGH7 4gCw== MIME-Version: 1.0 X-Received: by 10.43.39.1 with SMTP id tk1mr3194431icb.26.1430999014478; Thu, 07 May 2015 04:43:34 -0700 (PDT) In-Reply-To: <554B4C49.7010500@davea.name> References: <554AB8A5.708@davea.name> <554adcf8$0$11103$c3e8da3@news.astraweb.com> <1c51085e-7795-4afc-9a4c-ad8b3f3a73a6@googlegroups.com> <87ioc4k89v.fsf@elektro.pacujo.net> <554B4C49.7010500@davea.name> Date: Thu, 7 May 2015 21:43:34 +1000 Subject: Re: PEP idea: On Windows, subprocess should implicitly support .bat and .cmd scripts by using FindExecutable from win32 API From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430999023 news.xs4all.nl 2879 [2001:888:2000:d::a6]:48988 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90098 On Thu, May 7, 2015 at 9:28 PM, Dave Angel wrote: > It's a nice goal. But these aren't OS features in Windows, they're shell > features. And there are several shells. If the user has installed a > different shell, is it Python's job to ignore it and simulate what cmd.exe > does? It might be an unattainable goal (in fact, it almost certainly is), but I was specifically disagreeing with the notion that it's right and normal to write a bunch of platform-specific code in Python. That should be the rarity. ChrisA