diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-10-10 11:32:30 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-10-10 11:32:30 (GMT) |
commit | 3e3e1296f09b5320ce7aa735896a6b53e401e2a9 (patch) | |
tree | f6e40aa49448bbbe18d678d0d0d09a98b91856d3 /Doc/whatsnew | |
parent | 83992480eded2c1bb6e5612f9022df1131871dc9 (diff) | |
download | cpython-3e3e1296f09b5320ce7aa735896a6b53e401e2a9.zip cpython-3e3e1296f09b5320ce7aa735896a6b53e401e2a9.tar.gz cpython-3e3e1296f09b5320ce7aa735896a6b53e401e2a9.tar.bz2 |
[Bug #621039] Fix broken link
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 63b9de0..7ca43b2 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1261,7 +1261,7 @@ The RPM spec files, found in the \file{Misc/RPM/} directory in the Python source distribution, were updated for 2.3. (Contributed by Sean Reifschneider.) -Python now supports AtheOS (\url{www.atheos.cx}) and GNU/Hurd. +Python now supports AtheOS (\url{http://www.atheos.cx}) and GNU/Hurd. %====================================================================== |