mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Minor changes to match the style guide.
This commit is contained in:
parent
6e5e1d924c
commit
17f690f96b
7 changed files with 17 additions and 17 deletions
|
@ -20,7 +20,7 @@
|
|||
% and Feeding of a Python Installation" talk in here somewhere. Yow!
|
||||
|
||||
\author{Greg Ward}
|
||||
\authoraddress{E-mail: \email{gward@python.net}}
|
||||
\authoraddress{Email: \email{gward@python.net}}
|
||||
|
||||
\makeindex
|
||||
|
||||
|
@ -198,10 +198,10 @@ python setup.py install
|
|||
On Windows, you'd probably download \file{foo-1.0.zip}. If you
|
||||
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:
|
||||
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}
|
||||
cd c:\Temp\foo-1.0
|
||||
|
@ -442,7 +442,7 @@ Borland \Cpp{} compiler version 5.5.\footnote{Check
|
|||
|
||||
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,
|
||||
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.
|
||||
You can do this as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue