[Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.17,1.18

Fred L. Drake python-dev@python.org
Thu, 29 Jun 2000 20:36:44 -0700


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19140/dist

Modified Files:
	dist.tex 
Log Message:

Update Python version numbers from 1.6 to 2.0 where appropriate.

Make some references between the distutils documents hyperlinks using
the \citetitle markup.


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** dist.tex	2000/06/25 03:14:13	1.17
--- dist.tex	2000/06/30 03:36:41	1.18
***************
*** 22,39 ****
  for installing and maintaining third-party modules.  With the
  introduction of the Python Distribution Utilities (Distutils for short)
! in Python 1.6, this situation should start to improve.
  
  This document only covers using the Distutils to distribute your Python
! modules.  Using the Distutils does not tie you to Python 1.6, though:
  the Distutils work just fine with Python 1.5, and it is reasonable (and
  expected to become commonplace) to expect users of Python 1.5 to
  download and install the Distutils separately before they can install
! your modules.  Python 1.6 users, of course, won't have to add anything
  to their Python installation in order to use the Distutils to install
  third-party modules.
  
  This document concentrates on the role of developer/distributor: if
! you're looking for information on installing Python modules, you should
! refer to the ``Installing Python Modules'' manual.
  
  
--- 22,40 ----
  for installing and maintaining third-party modules.  With the
  introduction of the Python Distribution Utilities (Distutils for short)
! in Python 2.0, this situation should start to improve.
  
  This document only covers using the Distutils to distribute your Python
! modules.  Using the Distutils does not tie you to Python 2.0, though:
  the Distutils work just fine with Python 1.5, and it is reasonable (and
  expected to become commonplace) to expect users of Python 1.5 to
  download and install the Distutils separately before they can install
! your modules.  Python 2.0 users, of course, won't have to add anything
  to their Python installation in order to use the Distutils to install
  third-party modules.
  
  This document concentrates on the role of developer/distributor: if
! you're looking for information on installing Python modules, you
! should refer to the \citetitle[../inst/inst.html]{Installing Python
! Modules} manual.
  
  
***************
*** 224,228 ****
  Here's a slightly more involved example, which we'll follow for the next
  couple of sections: the Distutils' own setup script.  (Keep in mind that
! although the Distutils are included with Python 1.6, they also have an
  independent existence so that Python 1.5 users can use them to install
  other module distributions.  The Distutils' own setup script is used to
--- 225,229 ----
  Here's a slightly more involved example, which we'll follow for the next
  couple of sections: the Distutils' own setup script.  (Keep in mind that
! although the Distutils are included with Python 2.0, they also have an
  independent existence so that Python 1.5 users can use them to install
  other module distributions.  The Distutils' own setup script is used to