Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.148 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.00; 'gui': 0.11; '(but': 0.15; 'dec': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:URL': 0.16; 'wrote:': 0.17; 'solution.': 0.18; 'produces': 0.22; "i'd": 0.22; 'somebody': 0.23; 'header:In-Reply- To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'deploy': 0.29; 'handful': 0.29; 'system,': 0.32; 'message.': 0.33; '11,': 0.33; 'to:addr:python- list': 0.33; 'hi,': 0.33; 'received:google.com': 0.34; 'problem,': 0.35; 'open': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'too': 0.36; 'previous': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'mentioned': 0.63; 'more': 0.63; 'here': 0.65; 'hesitate': 0.66; '*please': 0.71; 'add-on': 0.84; "else's": 0.84; 'good!': 0.84; 'dozens': 0.91; 'urls,': 0.91 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:to :content-type; bh=UgjthmORoORU3zZ2WjJx7Ucb3DHpQMJyok2ls4aZ3Ew=; b=NWOUhYf8CK8xxGhOusThZvO8XaA7vYDgClCL2lM/d4u5mHsCRC8tNj4OSTXjQTkCtc E0iCvPt3AVhMmUo/H2ZDFoegFsUOeUTFJi1ygTKhWfEjCu7d87+xVL6s2ajs0YVFQQY+ PWb8w101JpzvFxwKFYY6WS57AUBOyFInePJ6yu51yIeQKRVTQG3SHPUkVPO6wBnr0drD H17AYxv5jZPi03OBo0DnZNth91E2qDvImaMWDh629UjdQWTsF96LyllsqTN6p+RJJVDZ UCNtw2MLQZCzddsLMFUlGHKaeKaV0SuDb1evyOZDOIpaZFkvnnQOsZmJFlgJ1mATZzlV VZdQ== MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 11 Dec 2012 11:16:24 +1100 Subject: Re: open URL in the current tab From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355184988 news.xs4all.nl 6910 [2001:888:2000:d::a6]:52087 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34585 On Tue, Dec 11, 2012 at 11:05 AM, Jabba Laci wrote: > Hi, > >> If this is for use on somebody else's system, *please don't*. My > > This is for me. I have a simple GUI that produces some URL that I want > to open in the current tab. Since I want to verify several URLs, I > don't want to open dozens of new tabs. > > Here is my working solution. It requires the MozRepl Firefox add-on > that I mentioned in the previous message. Looks good! Since it's your own single system, the add-on requirement isn't too onerous (but even if it's an all-mine system, I'd hesitate to deploy an add-on to more than a handful of computers). Specific problem, specific solution. I like it. ChrisA