Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'windows,': 0.09; 'consulted': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'localhost': 0.16; 'oct': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'directory.': 0.17; 'versions': 0.20; 'all,': 0.21; 'earlier': 0.21; 'installed': 0.23; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.25; 'first.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'sensible': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'entry': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'add': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'address,': 0.79; 'widows': 0.84 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=f5xHjdIDBKqdIGlABvPXxxOQqHE7CMCZvNsNQuNTKyI=; b=hTsPYurNgxrgyNX5bm9kT6agJ6axvFOSEVjWgfCjF2Sg1hf2iGGPbspTspA0emNga2 AKv8MAJCyryGUgywZ2PPUU+F+Ufuxvd9rtDP8DN/5cTRNHmIJsdIhEJpZQ80izPBeHet ucvOwC3FHicUm633GWrmjN8GJmPbVU3fq8HIW2qiXHQ2hghkW8qAmpyGI6nU8hbxtQn9 zxqfbAqJlfpGsj1uIgeeSpGZeVvo+Za/Z/faIR8H7GCKjFQMgXiG8MkztIz3VOVgOnXy IWOqb23sgj4M8EGye+50/f4rnieAZVopL2OaA33FadK2fn5lGZym6g/QwrITnoKvsFA0 Lfxw== MIME-Version: 1.0 In-Reply-To: <507e7c43$0$6845$e4fe514c@news2.news.xs4all.nl> References: <1s42l9-9al.ln1@satorlaser.homedns.org> <507e7c43$0$6845$e4fe514c@news2.news.xs4all.nl> Date: Wed, 17 Oct 2012 20:44:18 +1100 Subject: Re: bad httplib latency due to IPv6 use 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350467061 news.xs4all.nl 6904 [2001:888:2000:d::a6]:40077 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31491 On Wed, Oct 17, 2012 at 8:37 PM, Hans Mulder wrote: > I have no experience with win7/64, but on earlier versions of Windows, > there's a file named "hosts", somewhere in a system directory. When > looking up an IP address, this file is consulted first. Removing the > ::1 from the entry for localhost might be a sensible work-around. It ought to be c:\windows\system32\drivers\etc\hosts if your Widows is installed to default location. If localhost isn't there at all, you can add a line for it. ChrisA