Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'mrab': 0.05; 'subject:Windows': 0.09; 'cc:addr:python-list': 0.10; '"%s",': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:File': 0.16; 'wrote:': 0.16; 'thanks,': 0.19; 'windows': 0.20; 'cc:2**0': 0.21; 'cc:addr:python.org': 0.21; 'am,': 0.23; '2015': 0.23; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; 'fri,': 0.31; 'received:google.com': 0.34; 'but': 0.36; 'should': 0.37; 'subject:: ': 0.37; 'subject:the': 0.40; 'chrisa': 0.84; 'to:none': 0.90 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=nO2jyh6wfWmprI+9xSq7sF8RSc6M8fxAuyDMy4L1Bv0=; b=cWlcHpd1enXcKPqPmaFHLDfsMvaJOUOY67cVqb5d+REEs5RYgaLp5XQnrqjx8a+dxK AHXpi68Yujyyc2mE3duPuCpIbhZ0s+UwS10aqCa4lw9O7nyNOesIlLLhb5KPJTIeB7o/ aruCKWRtEBJfbpnttBuQYOD2L86hUxi0+ptzWFsJHMC12pFZTGFcVb085tvy2t/QNxF9 RtHar95R0vEiSnzCd/kcMkPq4BWiCRYWerKzrPHPn+RL0MTwAxhaXV5SxjUCj97WBa7/ v3CZ0UmQglnMMGpWwiXPxRvIT/2pKhcLOXe9g2NgY9YBEdU32fK8QnK98lTvnqIzOLQr 9pFw== MIME-Version: 1.0 X-Received: by 10.107.131.200 with SMTP id n69mr18781720ioi.53.1434678389440; Thu, 18 Jun 2015 18:46:29 -0700 (PDT) In-Reply-To: <558372EE.9090408@mrabarnett.plus.com> References: <60c5531e-b4b4-43b2-a3b9-0b53e1490dee@googlegroups.com> <558372EE.9090408@mrabarnett.plus.com> Date: Fri, 19 Jun 2015 11:46:29 +1000 Subject: Re: Python File as the Default PDF handler for Windows 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: 6 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434678393 news.xs4all.nl 2828 [2001:888:2000:d::a6]:42264 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3186 X-Received-Body-CRC: 2345341892 Xref: csiph.com comp.lang.python:92867 On Fri, Jun 19, 2015 at 11:39 AM, MRAB wrote: > I don't think it should be "%s", but "%*". Thanks, it's been a while since I fiddled with Windows associations. ChrisA