[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.124,1.125

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 26 Feb 2003 11:00:59 -0800


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv4035

Modified Files:
	whatsnew23.tex 
Log Message:
Update PyPI link

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** whatsnew23.tex	19 Feb 2003 16:08:08 -0000	1.124
--- whatsnew23.tex	26 Feb 2003 19:00:52 -0000	1.125
***************
*** 717,725 ****
  Running \code{python setup.py register} will collect the metadata
  describing a package, such as its name, version, maintainer,
! description, \&c., and send it to a central catalog server.
! Currently the catalog can be browsed at
! \url{http://www.amk.ca/cgi-bin/pypi.cgi}, but it will move to 
! some hostname in the \code{python.org} domain before the final version
! of 2.3 is released.
  
  To make the catalog a bit more useful, a new optional
--- 717,722 ----
  Running \code{python setup.py register} will collect the metadata
  describing a package, such as its name, version, maintainer,
! description, \&c., and send it to a central catalog server.  The
! catalog is available from \url{http://www.python.org/pypi}.
  
  To make the catalog a bit more useful, a new optional