[Python-checkins] python/dist/src/Doc/inst inst.tex,1.54,1.55

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jul 10 13:11:18 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1611

Modified Files:
	inst.tex 
Log Message:
SF bug 988387:  markup nits.

Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** inst.tex	25 Jun 2004 23:02:42 -0000	1.54
--- inst.tex	10 Jul 2004 11:11:15 -0000	1.55
***************
*** 322,326 ****
  
  \begin{verbatim}
! Python 1.5.2 (#1, Apr 18 1999, 16:03:16)  [GCC pgcc-2.91.60 19981201 (egcs-1.1.1  on linux2
  Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
  >>> import sys
--- 322,326 ----
  
  \begin{verbatim}
! Python 1.5.2 (#1, Apr 18 1999, 16:03:16)  [GCC pgcc-2.91.60] on linux2
  Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
  >>> import sys
***************
*** 735,740 ****
  the directory containing the \file{.pth} file.  Any directories added
  to the search path will be scanned in turn for \file{.pth} files.  See
! \citetitle[http://www.python.org/dev/doc/devel/lib/module-site.html]{the
! documentation for the \module{site} module} for more information.
  
  A slightly less convenient way is to edit the \file{site.py} file in
--- 735,740 ----
  the directory containing the \file{.pth} file.  Any directories added
  to the search path will be scanned in turn for \file{.pth} files.  See
! \citetitle[http://www.python.org/dev/doc/devel/lib/module-site.html]
! {site module documentation} for more information.
  
  A slightly less convenient way is to edit the \file{site.py} file in
***************
*** 927,931 ****
  \label{tweak-flags}
  
! Compiling a Python extension written in C or \Cpp will sometimes
  require specifying custom flags for the compiler and linker in order
  to use a particular library or produce a special kind of object code.
--- 927,931 ----
  \label{tweak-flags}
  
! Compiling a Python extension written in C or \Cpp{} will sometimes
  require specifying custom flags for the compiler and linker in order
  to use a particular library or produce a special kind of object code.



More information about the Python-checkins mailing list