[Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.33,1.34
Fred L. Drake
fdrake@users.sourceforge.net
2001年7月13日 19:07:48 -0700
Update of /cvsroot/python/python/dist/src/Doc/dist
In directory usw-pr-cvs1:/tmp/cvs-serv17461/dist
Modified Files:
dist.tex
Log Message:
Minor changes to match the style guide.
Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** dist.tex 2001年03月01日 18:35:43 1.33
--- dist.tex 2001年07月14日 02:07:46 1.34
***************
*** 7,11 ****
\author{Greg Ward}
! \authoraddress{E-mail: \email{gward@python.net}}
\makeindex
--- 7,11 ----
\author{Greg Ward}
! \authoraddress{Email: \email{gward@python.net}}
\makeindex
***************
*** 1238,1243 ****
Executable Windows installers are the natural format for binary
! distributions on Windows. They display a nice GUI interface, display
! some information of the module distribution to be installed, taken
from the meta-dada in the setup script, let the user select a few
(currently maybe too few) options, and start or cancel the installation.
--- 1238,1243 ----
Executable Windows installers are the natural format for binary
! distributions on Windows. They display a nice graphical user interface,
! display some information of the module distribution to be installed, taken
from the meta-dada in the setup script, let the user select a few
(currently maybe too few) options, and start or cancel the installation.