diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-09-25 14:40:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-09-25 14:40:15 (GMT) |
commit | 6d4addd1f47d3f74e2fbdee126f3f16a464f1198 (patch) | |
tree | 3dc4cb4422d91cf64005039be66a9d47f7611814 /Doc | |
parent | d79c33a47b45f37ff7c3cbda6a964121423970f6 (diff) | |
download | cpython-6d4addd1f47d3f74e2fbdee126f3f16a464f1198.zip cpython-6d4addd1f47d3f74e2fbdee126f3f16a464f1198.tar.gz cpython-6d4addd1f47d3f74e2fbdee126f3f16a464f1198.tar.bz2 |
Update URL for Python 2.0
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew20.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew20.tex b/Doc/whatsnew/whatsnew20.tex index 341b706..fe41ea9 100644 --- a/Doc/whatsnew/whatsnew20.tex +++ b/Doc/whatsnew/whatsnew20.tex @@ -17,7 +17,7 @@ the beta cycle before the final release of Python 2.0. A new release of Python, version 2.0, will be released some time this summer. Beta versions are already available from -\url{http://www.pythonlabs.com/tech/python2.html}. This article +\url{http://www.pythonlabs.com/products/python2.0/}. This article covers the exciting new features in 2.0, highlights some other useful changes, and points out a few incompatible changes that may require rewriting code. |