Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.mb-net.net!open-news-network.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'preferably': 0.05; 'test,': 0.05; 'subject:Windows': 0.09; '*is*': 0.09; 'patch.': 0.09; 'path,': 0.09; 'path.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; 'bug,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'wrote:': 0.17; 'issue,': 0.17; 'jan': 0.18; 'windows': 0.19; 'bit': 0.21; 'absolute': 0.23; 'patch': 0.24; 'linux': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'am,': 0.27; 'subject:skip:d 10': 0.27; 'header:X -Complaints-To:1': 0.28; 'subject:/': 0.28; 'workaround': 0.29; 'maybe': 0.29; 'relative': 0.30; 'expect': 0.31; 'file': 0.32; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'received:org': 0.36; 'but': 0.36; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'received:fios.verizon.net': 0.84; 'frustrating': 0.91; 'enhancement': 0.95; 'have.': 0.95; 'hand,': 0.97 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: webbrowser.open("./documentation/help.html")-- No Go in Windows Date: Mon, 25 Feb 2013 06:10:01 -0500 References: <659b4770-12fb-400f-8aa5-049605347fe2@googlegroups.com> <8c651361-09b5-4954-b832-a46181cf60df@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 In-Reply-To: <8c651361-09b5-4954-b832-a46181cf60df@googlegroups.com> 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361790623 news.xs4all.nl 6951 [2001:888:2000:d::a6]:44870 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39885 On 2/25/2013 1:26 AM, llanitedave wrote: > On the other hand, it *is* a bit frustrating that Linux recognizes an > html-style relative path, while Windows insists on the entire > absolute path. Maybe we can call it a Windows bug, but a workaround > would be nice to have. You can file an enhancement issue, preferably with a patch and test, as I do not expect anyone else to write a patch. -- Terry Jan Reedy