Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:not': 0.03; 'subject:IDLE': 0.04; 'subject:Python': 0.06; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'that).': 0.09; 'trailing': 0.09; 'psf': 0.10; 'python': 0.11; 'jan': 0.12; 'changes': 0.15; "'/'": 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'such,': 0.16; 'win7': 0.16; 'weird': 0.16; 'wrote:': 0.18; 'bit': 0.19; '(but': 0.19; 'server,': 0.19; 'seems': 0.21; '>>>': 0.22; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'url:moin': 0.24; 'looks': 0.24; "i've": 0.25; 'second': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'moved': 0.30; 'gives': 0.31; 'included': 0.31; 'url:wiki': 0.31; 'faster,': 0.31; 'python.org': 0.32; 'url:python': 0.33; "i'd": 0.34; 'subject:from': 0.34; 'problem': 0.35; 'connection': 0.35; 'but': 0.35; 'add': 0.35; 'there': 0.35; 'really': 0.36; 'shows': 0.36; 'possible': 0.36; 'url:org': 0.36; 'so,': 0.37; 'being': 0.38; 'connections': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'pm,': 0.38; 'recent': 0.39; '(from': 0.39; 'moving': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'solve': 0.60; 'issues,': 0.61; 'new': 0.61; 'url:3': 0.61; 'browser': 0.61; 'traffic': 0.61; 'first': 0.61; 'high': 0.63; 'connecting': 0.64; 'provide': 0.64; 'more': 0.64; 'contact': 0.67; 'default': 0.69; 'services.': 0.70; 'secure': 0.71; 'commercial': 0.71; 'article': 0.77; 'curl': 0.84; 'loose': 0.84; 'otten': 0.84; 'received:fios.verizon.net': 0.84; 'encrypted': 0.91; 'received:108': 0.93; 'reliable,': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Python docs not accessible from IDLE Date: Wed, 17 Sep 2014 19:32:43 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-108-16-203-145.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: 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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410996798 news.xs4all.nl 2965 [2001:888:2000:d::a6]:38694 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77987 On 9/17/2014 2:08 PM, Ned Deily wrote: > In article , > Wolfgang Maier wrote: >> On 09/17/2014 01:15 PM, Peter Otten wrote: >>> Wolfgang Maier wrote: >> 2) curl shows that the first redirect (from http://docs.python.org/3.4) >> gives HTTP/1.1 301 Moved Permanently as the first response from the >> server, but the second redirect (from https://docs.python.org/3.4) gives: >> >> HTTP/1.1 200 Connection established >> >> HTTP/1.1 301 Moved Permanently >> >> which looks a bit weird (but as I said no other browser I've tested >> seems to have a problem with that). >> >> So it looks like this is not really a Python issue though I'd still like >> to find out how to solve it. > > There have been a number of changes in recent months to the PSF web > infrastructure, all with the aim to provide more reliable, faster, and > secure services. These have included moving servers to new hosts, > adding a commercial content delivery network to the frond-end of high > traffic sites, and default use of encrypted connections (https). As > such, there are a number of moving parts and possible loose ends. If > you are still having issues, chances are you aren't the only one. If > so, please contact the PSF infrastructure team via email or IRC: > > https://wiki.python.org/moin/PSFInfrastructure Ned, is there any reason to not add the trailing '/' to the url for 3.4.2? I verified that it is being added by python.org when connecting from win7 with FF. How about adding the 's' for 'https'? -- Terry Jan Reedy