[Python-checkins] CVS: python/dist/src/Doc/inst inst.tex,1.33,1.34

Fred L. Drake fdrake@users.sourceforge.net
Fri, 13 Jul 2001 19:07:48 -0700


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory usw-pr-cvs1:/tmp/cvs-serv17461/inst

Modified Files:
	inst.tex 
Log Message:

Minor changes to match the style guide.


Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** inst.tex	2001/07/06 22:46:52	1.33
--- inst.tex	2001/07/14 02:07:46	1.34
***************
*** 21,25 ****
  
  \author{Greg Ward}
! \authoraddress{E-mail: \email{gward@python.net}}
  
  \makeindex
--- 21,25 ----
  
  \author{Greg Ward}
! \authoraddress{Email: \email{gward@python.net}}
  
  \makeindex
***************
*** 199,206 ****
  downloaded the archive file to \file{C:\textbackslash{}Temp}, then it
  would unpack into \file{C:\textbackslash{}Temp\textbackslash{}foo-1.0};
! you can use either a GUI archive manipulator (such as WinZip) or a
! command-line tool (such as \program{unzip} or \program{pkunzip}) to
! unpack the archive.  Then, open a command prompt window (``DOS box''),
! and run:
  
  \begin{verbatim}
--- 199,206 ----
  downloaded the archive file to \file{C:\textbackslash{}Temp}, then it
  would unpack into \file{C:\textbackslash{}Temp\textbackslash{}foo-1.0};
! you can use either a archive manipulator with a grapical user interface
! (such as WinZip) or a command-line tool (such as \program{unzip} or
! \program{pkunzip}) to unpack the archive.  Then, open a command prompt
! window (``DOS box''), and run:
  
  \begin{verbatim}
***************
*** 443,447 ****
  First you have to know that the Borland's object file format(OMF) is
  different from what is used by the Python version you can download
! from the Python web site.  (Python is built with Microsoft Visual \Cpp,
  which uses COFF as object file format.)  For this reason you have to
  convert Python's library \file{python20.lib} into the Borland format.
--- 443,447 ----
  First you have to know that the Borland's object file format(OMF) is
  different from what is used by the Python version you can download
! from the Python Web site.  (Python is built with Microsoft Visual \Cpp,
  which uses COFF as object file format.)  For this reason you have to
  convert Python's library \file{python20.lib} into the Borland format.