[Python-checkins] python/dist/src/Doc/inst inst.tex,1.39,1.40

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Fri, 24 May 2002 10:06:20 -0700


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

Modified Files:
	inst.tex 
Log Message:
Move really open-ended XXX items into comments
Remove 1.5.2 reference: who cares?


Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** inst.tex	7 May 2002 21:03:45 -0000	1.39
--- inst.tex	24 May 2002 17:06:17 -0000	1.40
***************
*** 184,190 ****
    you'll be fine)
  \end{itemize}
- \XXX{this should change: every Distutils setup script will need
-   command-line arguments for every run (and should probably keep stdout
-   around), so all this should happen automatically for setup scripts}
  
  
--- 184,187 ----
***************
*** 605,610 ****
  Of course, you also have to ensure that these directories are in
  Python's module search path, e.g. by putting a \file{.pth} file in
! \filevar{prefix} (\XXX{should have a section describing \file{.pth} files and
!   cross-ref it here}).
  
  If you want to define an entire installation scheme, you just have to
--- 602,609 ----
  Of course, you also have to ensure that these directories are in
  Python's module search path, e.g. by putting a \file{.pth} file in
! \filevar{prefix}.
! 
! % \XXX should have a section describing \file{.pth} files and
! % cross-ref it here
  
  If you want to define an entire installation scheme, you just have to
***************
*** 688,693 ****
  See section~\ref{config-files} for details.
  
! \XXX{need some Windows and Mac OS examples---when would custom
!   installation schemes be needed on those platforms?}
  
  
--- 687,692 ----
  See section~\ref{config-files} for details.
  
! % XXX need some Windows and Mac OS examples---when would custom
! % installation schemes be needed on those platforms?
  
  
***************
*** 764,769 ****
  \item[(6)] (See also notes (1) and (4).)  The default installation
    prefix is just \file{Python:}, so under Python 1.6 and later this is
!   normally\file{Python:Lib:distutils:distutils.cfg}.  (The Distutils
!   don't work very well with Python 1.5.2 under Mac OS.  \XXX{true?})
  \end{description}
  
--- 763,767 ----
  \item[(6)] (See also notes (1) and (4).)  The default installation
    prefix is just \file{Python:}, so under Python 1.6 and later this is
!   normally\file{Python:Lib:distutils:distutils.cfg}.  
  \end{description}