diveintopython
diveintopython copied to clipboard
some internal links yield "403 Forbidden" error
Hello, congratulations and thank you very much for mirroring Mark Pilgrim's Dive Into Python after he took it offline!
This is to report a problem accessing some of the pages (a similar problem was reported in comments at #42).
Here is an example. Towards the end of the page 2.3. Documenting Functions, one can read:
Further Reading on Documenting Functions
- PEP 257 defines doc string conventions.
- Python Style Guide discusses how to write a good doc string.
- Python Tutorial discusses conventions for spacing in doc strings.
Unfortunately all the links in the excerpt give
403 Forbidden
Code: AccessDenied Message: Access Denied RequestId: ... HostId: ...
An Error Occurred While Attempting to Retrieve a Custom Error Document
Code: AccessDenied Message: Access Denied
Can you fix the permission problem for the corresponding files?
Note that another mirror of Dive Into Python is at http://linux.die.net/diveintopython/html/, with links working. But it's very nice to have diveintopython.org mirrored at diveintopython.net, so keep it up!
despite the HTTP/403, this is probably just link rot. here's another: http://www.diveintopython.net/native_data_types/mapping_lists.html references http://www.diveintopython.net/doc/current/tut/node7.html#SECTION007130000000000000000 which should probably be http://www.diveintopython.net/functional_programming/mapping_lists.html or something else appropriate.