Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29877 closed Bug (fixed)

Dive Into Python 3 links in documentation no longer valid

Reported by: John Fitzpatrick Owned by: Vishvajit Pathak
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Vishvajit Pathak Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

It appears the domain registration for the latest incarnation of the Dive Into Python 3 site has lapsed, so the Django documentation links now direct to a domain parking page.

The most recent valid crawl of the site on the Wayback Machine is from earlier in October 2018, so this seems to have been a fairly recent occurrence: http://web.archive.org/web/20181009120324/http://www.diveintopython3.net/.

There appears to be another site that is mirroring the documentation, however I can't vouch for its reliability: http://getpython3.com/diveintopython3/.

Change History (15)

comment:1 by Vishvajit Pathak, 6 years ago

Cc: Vishvajit Pathak added

comment:2 by Vishvajit Pathak, 6 years ago

John Fitzpatrick,

Could you please post the related django documentation links for reference ?

comment:3 by Vishvajit Pathak, 6 years ago

Owner: changed from nobody to Vishvajit Pathak
Status: newassigned

in reply to:  2 comment:4 by John Fitzpatrick, 6 years ago

Replying to Vishvajit Pathak:

John Fitzpatrick,

Could you please post the related django documentation links for reference ?

Hi — I encountered it when reading the index of the intro page, however I've just done a grep of all the documentation in current HEADof master and found six references in total:

intro/contributing.txt:46:__ http://www.diveintopython3.net/
intro/contributing.txt:336:__ http://www.diveintopython3.net/unit-testing.html
intro/index.txt:39:    .. _Dive Into Python: http://www.diveintopython3.net/
ref/templates/builtins.txt:2095:http://www.diveintopython3.net/native-datatypes.html#slicinglists
ref/django-admin.txt:1617:.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath
topics/settings.txt:49:.. _import search path: http://www.diveintopython3.net/your-first-python-program.html#importsearchpath

comment:5 by Carlton Gibson, 6 years ago

Triage Stage: UnreviewedAccepted
Version: 2.1master

OK, this is valid (http://diveintopython3.net/ is not resolving properly.)

I pinged Mark Pilgrim to see if he could advise on the situation. (Let's see if he comes back.)

comment:6 by Vishvajit Pathak, 6 years ago

Thanks Carlton Gibson.

comment:7 by Carlton Gibson, 6 years ago

I’m not sure Mark is on the internet or involved in the Dive into… projects anymore. His Wikipedia page suggests http://diveinto.org/python3/ as the mirror to use, and this is functional as of now, so I'd guess go for that.

Last edited 6 years ago by Carlton Gibson (previous) (diff)

comment:8 by Tim Graham, 6 years ago

Easy pickings: set

comment:9 by Vishvajit Pathak, 6 years ago

Thanks for the update Carlton Gibson.
I think we should be updating with this link http://diveinto.org/python3/. As I see it as a best-legit option right now.

comment:10 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:11 by Carlton Gibson <carlton.gibson@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In b0d716cb:

Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.

comment:12 by Carlton Gibson <carlton.gibson@…>, 6 years ago

In fbd95ce9:

[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.

Backport of b0d716cbffdd66dd9108895d0524bef2530fc732 from master

comment:13 by Vishvajit Pathak, 6 years ago

BTW I had owned the ticket.

comment:14 by Carlton Gibson <carlton.gibson@…>, 6 years ago

In 136a900e:

Refs #29877 -- Made diveinto.org URLs HTTPS.

comment:15 by Carlton Gibson <carlton.gibson@…>, 6 years ago

In 8a348c5f:

[2.1.x] Refs #29877 -- Made diveinto.org URLs HTTPS.

Backport of 136a900ef98a7b7261a124308c8c26370ff2d5e4 from master

Note: See TracTickets for help on using tickets.
Back to Top