diff options
author | Guido van Rossum <guido@python.org> | 2000-09-26 12:14:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-26 12:14:11 (GMT) |
commit | ba90909f2f66099da57deae81eb77a9a6485d92f (patch) | |
tree | 27439fe00be0a0fa6f65b538273a8f2221e89793 /README | |
parent | f62ed9c775fc7647b5e608564f59794bd2eac97e (diff) | |
download | cpython-ba90909f2f66099da57deae81eb77a9a6485d92f.zip cpython-ba90909f2f66099da57deae81eb77a9a6485d92f.tar.gz cpython-ba90909f2f66099da57deae81eb77a9a6485d92f.tar.bz2 |
It's beta 2 now. Updated some stale URLs at pythonlabs.com.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -This is Python version 2.0 beta 1 +This is Python version 2.0 beta 2 ================================= Copyright (c) 2000 BeOpen.com. @@ -31,8 +31,7 @@ What's new in this release? --------------------------- See the file "Misc/NEWS"; see also this URL: -http://www.pythonlabs.com/tech/python2.html - +http://www.pythonlabs.com/products/python2.0/ If you don't read instructions ------------------------------ @@ -700,7 +699,7 @@ development, join the PythonMac Special Interest Group pythonmac-sig-request@python.org). Of course, there are also binary distributions available for these -platforms -- see http://www.pythonlabs.com/downloads.html. +platforms -- see http://www.pythonlabs.com/products/python2.0/. To port Python to a new non-UNIX system, you will have to fake the effect of running the configure script manually (for Mac and PC, this |