Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #77987

Re: Python docs not accessible from IDLE

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Python docs not accessible from IDLE
Date 2014-09-17 19:32 -0400
References (1 earlier) <lvbl8f$p3r$1@ger.gmane.org> <lvbo5v$uo5$1@ger.gmane.org> <lvbqft$rlh$1@ger.gmane.org> <lvbv0u$lfa$1@ger.gmane.org> <nad-1CCCCF.11084617092014@news.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.14092.1410996798.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 9/17/2014 2:08 PM, Ned Deily wrote:
> In article <lvbv0u$lfa$1@ger.gmane.org>,
>   Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Python docs not accessible from IDLE Terry Reedy <tjreedy@udel.edu> - 2014-09-17 19:32 -0400

csiph-web