[Python-Dev] https://docs.python.org/3/using/index.html not linking correctly
MRAB
python at mrabarnett.plus.com
Tue Oct 21 03:17:10 CEST 2014
On 2014-10-21 00:38, Oleg Broytman wrote:
> On Tue, Oct 21, 2014 at 12:29:45AM +0100, MRAB <python at mrabarnett.plus.com> wrote:
>> On 2014-10-21 00:09, Eli Bendersky wrote:
>> >
>> >On Mon, Oct 20, 2014 at 1:01 PM, Terry Reedy <tjreedy at udel.edu
>> ><mailto:tjreedy at udel.edu>> wrote:
>> >
>> > If I go to https://docs.python.org/3/using/index.html and click on
>> > any of the TOC entries, I get 'connecting' indefinitely. This
>> > problem seems unique to this file. I tried several other index files
>> > and clicking am entry brings up the corresponding page almost
>> > immediately.
>> >
>> >Works fine for me, Terry, in both Chrome and Firefox. Could be something
>> >in your browser/caching? Try "private mode" or whatever that's called in
>> >your browser of choice.
>> >
>> Just tried the first link:
>>
>> https://docs.python.org/3/using/cmdline.html
>>
>> I also get 'Connecting' indefinitely.
>>
>> So I tested the link here:
>>
>> http://www.downforeveryoneorjustme.com/
>>
>> It said: "It's not just you! http://https looks down from here."
>
> I think this is a limitation of isup.me: it doesn't like https://
> URLs -- either use http:// or no protocol prefix at all.
>
Well, this:
https://docs.python.org/3/using/cmdline.html
is working for me now, but this:
https://docs.python.org/3/whatsnew/index.html
isn't. It looks like some kind of intermittent glitch somewhere...
More information about the Python-Dev
mailing list