Update of /cvsroot/py-howto/pyhowto
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16875
Modified Files:
python-2.0.tex
Log Message:
Update URL for Python 2.0
Index: python-2.0.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-2.0.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** python-2.0.tex 2000/09/06 17:58:49 1.29
--- python-2.0.tex 2000/09/25 14:40:15 1.30
***************
*** 18,22 ****
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
covers the exciting new features in 2.0, highlights some other useful
changes, and points out a few incompatible changes that may require
--- 18,22 ----
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/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
|