This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: update old urls
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: fdrake Nosy List: fdrake, quiver, rhettinger
Priority: high Keywords: patch

Created on 2003-07-17 14:36 by quiver, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
url.tar.gz quiver, 2003-07-17 14:36 patch for mac and whatsnew directory
lib.patch quiver, 2003-07-21 23:05 patch for Doc/lib directory
Messages (5)
msg44297 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-07-17 14:36
I've looked into tex files in the python/dist/src/Doc 
directory and
collected urls which return the 301(Permanently Moved) 
status code.

Attached patches should update old urls.
msg44298 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-07-18 16:05
Logged In: YES 
user_id=671362

This is another patch which fixes 301 redirection.
Most of them are small changes.
msg44299 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-07-21 21:14
Logged In: YES 
user_id=80475

Fred will decide whether these should go into Py2.3 or Py2.4.
msg44300 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2003-07-21 23:05
Logged In: YES 
user_id=671362

I'm afraid I failed to upload the newer patch.
I uploaded again.

Anyway, the patch is very trivial, so I don't mind whether it's
reflected into the upcoming 2.3 or not.
msg44301 - (view) Author: Fred Drake (fdrake) (Python committer) Date: 2003-07-22 01:17
Logged In: YES 
user_id=3066

I've accepted portions of the supplied patches.

I'm tossing the portions that change things handled by
redirects from python.org to the py-howto.sourceforge.net
and pyxml.sourceforge.net sites.  While moving these
resources away from python.org made sense for administrative
reasons at the time the change was made, there's no longer a
good reason for them to not be hosted at python.org today.

I'll see what can be done about moving them back; in the
meantime, since we control the redirects, there's no threat
of these links not being reachable.

Doc/lib/libgettext.tex 1.20
Doc/mac/libscrap.tex 1.2
Doc/mac/toolbox.tex 1.8
Doc/mac/using.tex 1.9
Doc/whatsnew/whatsnew21.tex 1.31

I made the link to BBEdit more specific.

Some additional markup corrections were included with
Doc/mac/using.tex 1.9.

I'm marking this patch accepted (since most of it was), and
closed.  Thanks!
History
Date User Action Args
2022-04-10 16:10:01adminsetgithub: 38867
2003-07-17 14:36:25quivercreate