[Python-checkins] python/dist/src/Doc/whatsnew whatsnew21.tex,1.30,1.31

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 21 Jul 2003 17:52:45 -0700


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

Modified Files:
	whatsnew21.tex 
Log Message:
Avoid a few 301 permanent redirects.
Part of SF patch #773007.


Index: whatsnew21.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew21.tex,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** whatsnew21.tex	13 May 2003 14:26:54 -0000	1.30
--- whatsnew21.tex	22 Jul 2003 00:52:42 -0000	1.31
***************
*** 577,581 ****
  A common complaint from Python users is that there's no single catalog
  of all the Python modules in existence.  T.~Middleton's Vaults of
! Parnassus at \url{http://www.vex.net/parnassus} are the largest
  catalog of Python modules, but registering software at the Vaults is
  optional, and many people don't bother.
--- 577,581 ----
  A common complaint from Python users is that there's no single catalog
  of all the Python modules in existence.  T.~Middleton's Vaults of
! Parnassus at \url{http://www.vex.net/parnassus/} are the largest
  catalog of Python modules, but registering software at the Vaults is
  optional, and many people don't bother.
***************
*** 600,604 ****
  Distutils includes the changes described in PEP 241, as well as
  various bugfixes and enhancements.  It will be available from 
! the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig}.
  
  % XXX update when I actually release 1.0.2
--- 600,604 ----
  Distutils includes the changes described in PEP 241, as well as
  various bugfixes and enhancements.  It will be available from 
! the Distutils SIG at \url{http://www.python.org/sigs/distutils-sig/}.
  
  % XXX update when I actually release 1.0.2
***************
*** 798,802 ****
  For a fuller discussion of the line I/O changes, see the python-dev
  summary for January 1-15, 2001 at
! \url{http://www.amk.ca/python/dev/2001-01-1.html}.
  
  \item A new method, \method{popitem()}, was added to dictionaries to
--- 798,802 ----
  For a fuller discussion of the line I/O changes, see the python-dev
  summary for January 1-15, 2001 at
! \url{http://www.python.org/dev/summary/2001-01-1.html}.
  
  \item A new method, \method{popitem()}, was added to dictionaries to