[Python-checkins] CVS: distutils/doc/dist dist.tex,1.14,1.15

Greg Ward python-dev@python.org
Fri, 23 Jun 2000 18:33:18 -0700


Update of /cvsroot/python/distutils/doc/dist
In directory slayer.i.sourceforge.net:/tmp/cvs-serv10257/dist

Modified Files:
	dist.tex 
Log Message:
Fixed a grab-bag of typos spotted by Detlef Lannert.

Index: dist.tex
===================================================================
RCS file: /cvsroot/python/distutils/doc/dist/dist.tex,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** dist.tex	2000/05/26 02:24:28	1.14
--- dist.tex	2000/06/24 01:33:14	1.15
***************
*** 56,66 ****
  it's not always feasible to expect them to create a multitude of built
  distributions.  It is hoped that a class of intermediaries, called
! \emph{packagers}, will arise to take address this need.  Packagers will
! take source distributions released by module developers, build them on
! one or more platforms, and release the resulting built distributions.
! Thus, users on the most popular platforms will be able to install most
! popular Python module distributions in the most natural way for their
! platform, without having to run a single setup script or compile a line
! of code.
  
  
--- 56,65 ----
  it's not always feasible to expect them to create a multitude of built
  distributions.  It is hoped that a class of intermediaries, called
! \emph{packagers}, will arise to address this need.  Packagers will take
! source distributions released by module developers, build them on one or
! more platforms, and release the resulting built distributions.  Thus,
! users on the most popular platforms will be able to install most popular
! Python module distributions in the most natural way for their platform,
! without having to run a single setup script or compile a line of code.
  
  
***************
*** 374,379 ****
  python setup.py sdist
  \end{verbatim}
! (assuming you haven't specified any \command{sdist} options in the setup 
! script or config file), \command{sdist} creates the the archive of the
  default format for the current platform.  The default formats are:
  \begin{tableii}{ll}{textrm}%
--- 373,378 ----
  python setup.py sdist
  \end{verbatim}
! (assuming you haven't specified any \command{sdist} options in the setup
! script or config file), \command{sdist} creates the archive of the
  default format for the current platform.  The default formats are:
  \begin{tableii}{ll}{textrm}%
***************
*** 540,544 ****
  specialty---writing code and creating source distributions---while an
  intermediary species of \emph{packager} springs up to turn source
! distributions into build distributions for as many platforms as there
  are packagers.
  
--- 539,543 ----
  specialty---writing code and creating source distributions---while an
  intermediary species of \emph{packager} springs up to turn source
! distributions into built distributions for as many platforms as there
  are packagers.