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


Groups > comp.lang.python > #77987 > unrolled thread

Re: Python docs not accessible from IDLE

Started byTerry Reedy <tjreedy@udel.edu>
First post2014-09-17 19:32 -0400
Last post2014-09-17 19:32 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#77987 — Re: Python docs not accessible from IDLE

FromTerry Reedy <tjreedy@udel.edu>
Date2014-09-17 19:32 -0400
SubjectRe: Python docs not accessible from IDLE
Message-ID<mailman.14092.1410996798.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web